Search Type: Posts; User: DavidHoffer

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Sure. In the examples only File and Foo have items with children. However neither are the first child and that's where the bug is.

    If, in the File case, you move Open File above New...then that...
  2. Okay thanks. In the example you don't happen to put any child menu items in the first menu item so this example wouldn't show this problem.
  3. I have a top level menu bar that has some menus that have MenuItems. When the user hovers the mouse over the menu of the first menuitem it does not show its children until the user moves the mouse...
  4. I was doing some testing using GXT 3.0.2 with IE9 (in compatibility mode) and I got this error when I was typing text in a GXT TextField. I think it fired as I typed the third character and the...
  5. Replies
    35
    Views
    10,350
    Okay thanks, that's the first good consolidated statement of how this works going forward with Maven. (All the rest are more or less confusing). I will get our Nexus guys to make the changes on our...
  6. Replies
    35
    Views
    10,350
    Wow, could you make this more complicated? When I point my browser to https://maven.sencha.com/repo/gxt-support-commercial-release/com/sencha/gxt/gxt/ (after logging into your artifactory) I don't...
  7. Replies
    35
    Views
    10,350
    Okay, we have a support agreement so that isn't a problem. However what concerns me is the change. We need a consistent approach for accessing GXT releases going forward. I can't ask the guys that...
  8. Replies
    35
    Views
    10,350
    https://maven.sencha.com/repo/gxt-commercial-release/com/sencha/gxt/gxt/

    I see 3.0.2 is available for commercial users? Why doesn't it contain 3.0.2?

    P.S. I don't understand Colin's previous...
  9. Here is the practical problem with that solution; there is no way to know/remember that this has to be done. The widget has an API that does not work and then one has to 'know/remember' that they...
  10. Okay thanks, this one is really important as there is no workaround, as unfortunately most of our users will use IE so it has to work well with that browser.
  11. I just did some more research on this. It seems this only happens if the dialog is non-modal. So it's non-modal, non-resizable dialogs that are basically unusable for production. Even in the modal,...
  12. I just saw this happen on a TextButton too, the button has the static text "Start Conversation", and after clicking on the button the font of just the second word changed. Here is the HTML:

    ...
  13. I have a GXT tree where sometimes after clicking on an item in the tree it changes its font...but only in IE. It's random when it does it but when it happens I see that GXT is applying <font...
  14. Separate test cases are hard because the bug is probably due to some specific interaction my app has with the GXT widgets. My app is somewhat unique in that its content is dynamic, i.e. it does not...
  15. Hey, I think I found a workaround for this. On IE I found that I have to override the onAfterFirstAttach() method on the Dialog. E.g.:



    @Override
    protected void...
  16. I have a strange problem with TextButton in IE only. The following code creates a single row with 3 items, the first two are labels and the last is a TextButton. The intent is for this to be a...
  17. Calling setText(null) results in the text "null" being shown in the widget on IE only, null should display nothing like other browsers.

    -Dave
  18. What's the next version # and when do you expect that to be released?
  19. Is there any resolution to this? Is there a way I can track the actual bug # EXTGWT-1911?
  20. I was using Firefox when I saw this, not sure about other browsers.
  21. I've got several Radio buttons where I set the name so they properly act like radio buttons (only one in group can be true) but when I call getValue on radio buttons that clearly are not currently...
  22. I don't think this is fixed. The example referenced supports triggering based on the user selecting an option in the list but it does not trigger an event when the user types a manual entry.

    I...
  23. Using input message boxes I want the input field to have focus when displayed (I would think this should be the default behavior but its not).

    So I've added a call to setFocusWidget(field) to make...
  24. Replies
    5
    Views
    1,075
    Okay thanks, I misunderstood.
  25. Replies
    5
    Views
    1,075
    I think it is enabled by default, the problem I'm having is that it doesn't seem to do anything when enabled.
Results 1 to 25 of 110
Page 1 of 5 1 2 3 4