[Ext 1.0.1a] QuickTips stop working after scrolling a tab in IE6
------------
Browser IE6
Page with Border Layout nesting 2 NestedLayoutPannels in center region.
Nested pannels with center region supporting several tabs with automatic scrolling
Description:
-----------
After resizing the browser, a vertical scroll bar appears in the active tab. Once this tab is scrolled, the QuickTips stop working. Call Ext.QuickTips.init(); after this happen not always solve it
my bad.
And sometimes when load a content into a tab as iframe, the textfields has the effect as "Readonly", when click in them, they do not take the focus.
I mean that the scroll bar appears automatically when the size of contents in the tab require it, eg. after a browser resize. Once the user performs a scrolling using this bar, the QuickTips stop working.
Regards,
Fernando
Thanks
If you scroll the container using scrollbars -- all quicktips inside the container will no longer show. Even on the body of the document.
1. Create a long page w/ quicktips.
2. Open in IE
3. Hover the item w/ tip applied - to verify they do show.
4. Scroll the page
5. Hover the item again - note that they no longer show up
If you scroll the container using scrollbars -- all quicktips inside the container will no longer show. Even on the body of the document.
1. Create a long page w/ quicktips.
2. Open in IE
3. Hover the item w/ tip applied - to verify they do show.
4. Scroll the page
5. Hover the item again - note that they no longer show up
Ah, interesting thread - I've noticed QuickTips disappearing in Ext 2.0 with IE7 as well, but didn't realise that it was because of scrolling!
Good that it is easy to repro too... just open up any Ext example with QuickTips, resize the browser until the vertical scrollbar appears, scroll the page and the QuickTips are gone. Also, if you click on any element which have QuickTips associated with them, all the QuickTips become available again.
#If you have any other info about this subject , Please add it free.# |

