On Thursday, July 12, 2012 8:50:49 AM UTC+2, tong123123 wrote:
>
> http://gwt.google.com/samples/Showcase/Showcase.html#!CwDialogBox
>
> I do not know is this GWT problem or firefox problem, in showcase, popup 
> panel, click the "show dialog box" button, the in the popup, highlight the 
> text "This is an example of a standard dialog box component." and press 
> Ctrl + c, then open a notepad or any editor, press ctrl + v, the text 
> cannot be paste (cannot be copy).
> It has no problem in IE8.
>
> anyway, if select the text and right click, choose copy, then the text can 
> be copy in FF also. Seems the problem only occur in popuppanel in FF.
>

It's likely a bug with "modal" popups. As a rule of thumb, don't use 
"modal" popups. Instead, use the "glasspanel" of the popup to cover the 
rest of the app for the same net result, and without the bugs.
See http://code.google.com/p/google-web-toolkit/issues/detail?id=6454, 
http://code.google.com/p/google-web-toolkit/issues/detail?id=5006, 
http://code.google.com/p/google-web-toolkit/issues/detail?id=399, 
and 
finally http://code.google.com/p/google-web-toolkit/issues/detail?id=6455

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/8t6mF4n5XFcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to