sjivan / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Editable Grid of Demo Showcase has extra blue color under the editable field, and check box image missing #467

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to demo Showcase Explorer | Grids | Editable Grid
2. Click on a field, e.g. the combo box in Light column.

What is the expected output? What do you see instead?
1. Expect to see clean combo box appearing. But there's extra blue color
under the combo box.
2. Check box image of Indoor column is missing

Original issue reported on code.google.com by fredchan...@gmail.com on 18 Jan 2009 at 4:00

Attachments:

GoogleCodeExporter commented 8 years ago
Looks to me like a bug in demo.

page refers to .. 
http://www.gwt-ext.com/demo/js/ext/resources/images/default/menu/checked.gif
browser gets a #301 with new URL.
http://gwt-ext.com/demo/js/ext/resources/images/default/menu/checked.gif

That resource is missing.

I also found following failed requests

http://gwt-ext.com/demo/css/application.css  gets a #404
http://gwt-ext.com/demo/css/timeline.css gets a #404
http://gwt-ext.com/demo/js/ext/resources/images/default/menu/checked.gif gets a 
#404
http://gwt-ext.com/demo/js/ext/resources/images/default/menu/unchecked.gif gets 
a #404

Original comment by james.pa...@gmail.com on 19 Jan 2009 at 6:06