Author: [email protected]
Date: Mon Mar 30 14:21:12 2009
New Revision: 5103
Modified:
wiki/IssueReportSample.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/IssueReportSample.wiki
==============================================================================
--- wiki/IssueReportSample.wiki (original)
+++ wiki/IssueReportSample.wiki Mon Mar 30 14:21:12 2009
@@ -3,15 +3,15 @@
Issue Report Summary:
!CloseHandler.onClose() doesn't fire when added to !PopupPanel
-Found in GWT Release (e.g. 1.5.3, 1.6 RC):
+*Found in GWT Release (e.g. 1.5.3, 1.6 RC)*:
GWT 1.6.2
-Encountered on OS / Browser (e.g. WinXP, IE6-7 | Fedora 10, FF3):
+*Encountered on OS / Browser (e.g. WinXP, IE6-7 | Fedora 10, FF3)*:
WinXP, IE6-8, Chrome, hosted mode | MacOSX Leopard Safari 3.2.1, hosted
mode
This is not an issue on WinXP FF3.
-Detailed description (please be as specific as possible):
+*Detailed description (please be as specific as possible)*:
If I add a !CloseHandler to a !PopupPanel, the onClose() method nevers
seems to fire. I've tried adding the same !CloseHandler to other widgets
like a MenuBar and it worked fine in all browsers there.
@@ -23,7 +23,7 @@
3) With the news popup open, try closing the popup and expect the
onClose() method to fire. You'll notice that on the browsers listed above,
the onKeyUp method isn't being fired.
-Repro code snippet (to help us reproduce the issue):
+*Repro code snippet (to help us reproduce the issue)*:
Here is the !PopupPanel that I'm trying to add the !KeyUpHandler to:
@@ -75,11 +75,10 @@
});
}}}
-Workaround if you have one:
+*Workaround if you have one*:
Maintain state everytime there is a change to the news panel, but this
gets expensive.
-Links to relevant GWT Developer Forum posts:
-
+*Links to relevant GWT Developer Forum posts*:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/samplelink
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---