Search Type: Posts; User: EthiC

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,146
    So we're still having those issues, this is how it looks like from here:

    Before hovering with the mouse (ok/good):
    34482

    After hovering 2 columns (bad):
    34483

    After hovering all columns...
  2. Tested going to http://www.sencha.com/examples-dev/#ExamplePlace:buttonaligning in IE on different machines.

    Internal poll result:


    Windows Version
    Internet Explorer Version
    Has problems
  3. Thanks for your reply!
    Perhaps by installing the MultipleIEs tool that I screwed over my IE, uninstalled it now, but doesn't have an effect.
    Went to the examples, result: let's say 50% of the...
  4. Upping this, have you got any closer to reproducing this issue on your side?
  5. FYI (specs of my machine where it always appears broken):
    Microsoft Windows XP (32-bit)
    Version 5.1 (Build 2600.xpsp_sp3_gdr.111025-1629: Service Pack 3)

    Windows Internet Explorer 7
    Version:...
  6. Just saw 2 internet explorer 8's with exactly the same version, behave differently. 1 had the issue above and the other worked normal. Starting to think this will not be a bug of Ext GWT but of...
  7. I've created a working example + found the problem, it is related to enabling and disabling a TextButton:


    public class Login implements EntryPoint {


    private PasswordField passwordField;...
  8. Hi,

    I have a logon screen that displays lines on the screen (as if reset.css is not working) after filling in 2 fields while using the TAB key or just when you click on the 'Log on'- button.
    The...
  9. Replies
    5
    Views
    926
    Yes, I'm using Windows
  10. Replies
    5
    Views
    926
    Today I was using XTemplates and stumbled upon a fairly harsh error:

    [ERROR] [mockup] - Errors in...
  11. Replies
    3
    Views
    899
    At http://staging.sencha.com:8080/examples-dev/#ExamplePlace:borderlayout there is also a bug with the collapse-mini icon appearing on the left, after you collapse the north region. Try it out :)
  12. Replies
    0
    Views
    313
    It seems that it is impossible to set a startDate and endDate on the TimeAxis (that isn't part of the attached store/model).
    Setting the steps on the timeAxis also does nothing at all.
    It seems...
  13. Replies
    24
    Views
    3,662
    Doesn't seem to work for me:
    The selectionModel's selectionChangedHandler and selectionHandler receive events when the list is openened and if an item is being hovered. (selectionChangedHandler...
  14. Replies
    24
    Views
    3,662
    Thank you for your quick reply.
    In 2.x we used a SelectionChangedListener on the ComboBox and that did fire that event after selecting the item with the mouse.
    I guess we'll use the...
  15. Replies
    24
    Views
    3,662
    Any word about the ComboBox not firing the valueChangeEvent untill focus is lost?

    Added to that, if I do a: (the 2 booleans can be omitted)


    comboBox.setValue(comboBoxValue, true, true);
    ...
Results 1 to 15 of 15