Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    One-click clear functionality in IE

    Be sure your post includes:

    1. v9.1p_2014-09-19/Pro Deployment (built 2014-09-19)

    2.IE 11
    The FormItems have a one-click clear functionality on Internet Explorer. I have reproduced it on Internet Explorer 11. I would like this behavior, that may be apparent only in Internet Explorer, to be in other browsers as well such as Google Chrome and Firefox. Would this be possible?

    This change is reproducible on the SmartClient Feature Explorer: http://www.smartclient.com/docs/9.1/a/system/reference/SmartClient_Explorer.html#comboBoxStyled

    Steps to reproduce (with the link above):
    - Type stuff into the combo box’s input field
    o There should be an X on the right side of the input field (left side of the picker)
    o Clicking on this X will clear the input field’s value

    We would like this feature to be on the ComboBoxItem. If possible, it would be even better to have for all form items to keep consistent with other browsers.

    #2
    In 10.0, you can achieve the same functionality (but not the same look) with a FormItemIcon.

    In 10.1, the new formItemIcon.inline setting would allow you to basically match the look for IE11. This wouldn't work for IE10 and earlier (too many bugs in the way).

    If you're looking for something like a framework feature that would automatically turn on such icons pervasively in browsers that don't have them, consider Feature Sponsorship.

    Comment

    Working...
    X