-
8 May 2012 2:38 PM #1
TabPanel findItem is not checking against the tabItem text as the docs tell it will
TabPanel findItem is not checking against the tabItem text as the docs tell it will
Required Information
Version(s) of Ext GWT
«Ext GWT 3.0.1»
Browser versions and OS
(and desktop environment, if applicable)- «Firefox 11, Windows 7»
Virtual Machine
«Yes/No»
Description
«The TabPanel has method for searching a widget inside it and the docs says:
Searches for an item based on its id and optionally the item's text
And also stablish that it will test against the item's text if the checkText param is true.
Well I tested and it doesn't work as expected.
I also read the code and found that the checkText param is not used at all in the method body»
Run mode
«both»
Expected result
«I will expected that it will find an Item with the same text I added before»
Actual result
«it returns null»
Possible fix
«Not provided»
-
9 May 2012 1:02 AM #2
Ext GWT 3.0.1?
Where's that version to be found?
-
9 May 2012 4:27 AM #3
Is what the pom from the project at the SVN say. 3.0.1-SNAPSHOT
-
9 May 2012 6:16 AM #4
I see. Thanks. I thought I missed a release.
-
9 May 2012 11:32 AM #5
Thanks for the report. This looks like an oversight on our part. I've filed a ticket against the team and we'll update this thread once we've made the change.
-
10 Oct 2012 5:43 PM #6
This has been fixed in SVN, and will be available in the next release.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2063
in
3.0.3.


Reply With Quote