[FIXED] [#1245] [4.1.0] UI on Triton

  1. #1

    [FIXED] [#1245] [4.1.0] UI on Triton

    Last edited by Daniil; Apr 20, 2016 at 1:50 PM. Reason: [FIXED] [#1245] [4.1.0]
  2. #2
    The issue is also present on Aria theme.
  3. #3
    Hi Raphael,

    Thank you for the report!

    A dedicated Issue.

    Components' UI="Primary|Success|Info|Danger|Warning" styles have been added for the Triton theme. Supported in all browsers except IE8 and IE9. It is already in the repo and will be released with 4.1.0.

    As for Aria, UI is not going to be supported for this theme, since it is a very specific theme. The Aria theme ComboBox option has been excluded.

    The online examples will start working with the 4.1.0 release.
  4. #4
    Supported in all browsers except IE8 and IE9.
    What if Element's UI is defined or if Element's setUI is invoked? Does it break anything or it simply has no effect?

    If it breaks anything, it would be nice to have a Is UI Supported config in both client and server side.

    Daniil and FabrÃ*cio, once again, thank you.
  5. #5
    What if Element's UI is defined or if Element's setUI is invoked? Does it break anything or it simply has no effect?
    The UI option will be applied on the component, but the CSS rules won't be there. Actually, a developer can apply any UI: .setUI("anything_here")

    If it breaks anything, it would be nice to have a Is UI Supported config in both client and server side.
    On server side please use:
    Ext.Net.RequestManager.IsIE9m
    which means IE9 <= 9.

    As for client side I was about to suggest
    Ext.isIE9m
    but discovered this option doesn't quite work. Reported to Sencha. Really curious about the answer.
    Created an Issue to have it logged in GitHub.

    As a workaround this can be used:
    (Ext.ieVersion !== 0) && (Ext.ieVersion <= 9)
  6. #6
    Thank you Daniil.

Similar Threads

  1. Triton: UI Issue
    By GKG4 in forum 4.x Help
    Replies: 3
    Last Post: Mar 02, 2016, 11:49 AM
  2. [CLOSED] Triton theme
    By PeterParsonage in forum 3.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 09, 2016, 4:54 AM

Posting Permissions