Search Type: Posts; User: DavidHoffer
Search: Search took 0.06 seconds.
-
8 Mar 2013 1:10 PM
- Replies
- 5
- Views
- 347
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... -
8 Mar 2013 12:49 PM
- Replies
- 5
- Views
- 347
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.
-
8 Mar 2013 12:32 PM
- Replies
- 5
- Views
- 347
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...
-
13 Nov 2012 2:26 PM
- Replies
- 1
- Views
- 361
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...
-
15 Oct 2012 10:13 AM
Jump to post Thread: Sencha GXT 3.0 Maven support by DavidHoffer
- 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...
-
15 Oct 2012 8:49 AM
Jump to post Thread: Sencha GXT 3.0 Maven support by DavidHoffer
- 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...
-
15 Oct 2012 7:34 AM
Jump to post Thread: Sencha GXT 3.0 Maven support by DavidHoffer
- 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...
-
15 Oct 2012 6:37 AM
Jump to post Thread: Sencha GXT 3.0 Maven support by DavidHoffer
- 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... -
11 Oct 2012 9:25 AM
- Replies
- 6
- Views
- 1,454
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...
-
9 Aug 2012 7:49 AM
- Replies
- 3
- Views
- 670
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.
-
9 Aug 2012 7:46 AM
- Replies
- 6
- Views
- 1,168
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,...
-
8 Aug 2012 2:09 PM
- Replies
- 3
- Views
- 670
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:
... -
8 Aug 2012 8:16 AM
- Replies
- 3
- Views
- 670
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...
-
7 Aug 2012 5:22 AM
- Replies
- 3
- Views
- 690
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...
-
6 Aug 2012 2:48 PM
- Replies
- 3
- Views
- 690
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... -
6 Aug 2012 2:13 PM
- Replies
- 3
- Views
- 690
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...
-
6 Aug 2012 12:43 PM
- Replies
- 4
- Views
- 816
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 Jul 2012 12:54 PM
- Replies
- 4
- Views
- 786
What's the next version # and when do you expect that to be released?
-
22 Jun 2012 8:27 AM
- Replies
- 6
- Views
- 1,168
Is there any resolution to this? Is there a way I can track the actual bug # EXTGWT-1911?
-
21 Jun 2012 1:09 PM
- Replies
- 6
- Views
- 1,454
I was using Firefox when I saw this, not sure about other browsers.
-
21 Jun 2012 11:44 AM
- Replies
- 6
- Views
- 1,454
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...
-
5 Jun 2012 12:44 PM
- Replies
- 2
- Views
- 776
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... -
5 Jun 2012 7:17 AM
- Replies
- 1
- Views
- 453
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... -
4 Jun 2012 12:10 PM
Jump to post Thread: Tree how to auto scroll? by DavidHoffer
- Replies
- 5
- Views
- 1,075
Okay thanks, I misunderstood.
-
4 Jun 2012 11:56 AM
Jump to post Thread: Tree how to auto scroll? by DavidHoffer
- 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
