Hi all,

I don't know if the following problem is a bug nor if it has been
reported. The fact is that if a checkbox is attached to a
DisclosurePanel's header, it cannot be checked by click.

The problem has been encountered on OpenSuse linux 11.2 (KDE 4.3) in
Firefox 3.5.6.

UserAgent string:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091201
SUSE/3.5.6-1.1.1 Firefox/3.5.6.

For now, I will try preventing clickevent's propagation, in order to
obtain a proper behavior.

my code:
[code]
CheckBox testCheckBox = new CheckBox("check me!");
DisclosurePanel disclosurePanel = new DisclosurePanel();
HorizontalPanel hPanel = new HorizontalPanel();

//add to hPanel some labels, then:
hPanel.add(testCheckBox);
disclosurePanel.setHeader(hPanel);
[/code]

Let me know how it worked for you, so we can fill an issue if that's
the case.

Thanks,
Cristian.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to