Skip to content

Feature/fix ie button group style

Nicola Jordan requested to merge feature/fixIeButtonGroupStyle into develop

Created by: wasabideveloper

Bugfix of #140 (closed) (closes #140 (closed) ).

  • ran tests
  • tested views by hand (IE, FF):
    • /orders/new/
    • /orders/{orderId}

Reviewed by:

  • @das-g
  • @njordan-hsr

It's not possible to fix the issue, but I improved the visual appereance as much as possible:

Firefox: buttonsffchrome

Internet Explorer: buttonsie

It's not possible to fix the JS exception "Object doesn't support action" because there is no possibility to detect allowed actions by JS (crappy IE disables actions but does not allow to check that before calling an action).

Merge request reports