lassedk1 / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
1 stars 0 forks source link

TimePicker don't support standard mode #350

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
GWT version 2.0.3
GWT-Incubator version: gwt-incubator drop for gwt 2.0.1

OS: Windoows XP professional edition
Browser; Firefox 3.6.2, Internet Explorer 8

Error found in hosted mode (don't tried in web mode)

When in standard mode (<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">)
TimePicker doesn't layout well. See the attached file wrong_layout.gif.
When I work in quirks mode it layout very well. See right_layout.gif
I think the problem is in ValueSpinner class that extends HorizontalPanel
and put the arrow in VerticalPanel

Workaround is put the page in quirks mode but this break layout panel
introduced in GWT 2.0 as DockLayoutPanel

Original issue reported on code.google.com by santure...@gmail.com on 10 Apr 2010 at 3:32

Attachments: