ohmage / gwt-front-end

The javascript/GWT code behind the front end.
6 stars 2 forks source link

admin buttons overlapped in Chrome 22 #261

Closed stevenolen closed 11 years ago

stevenolen commented 11 years ago

It looks like something in the rendering engine in chrome 22 changed. On the admin tab the column headers for the "manage users" and "manage classes" area now overlaps the function buttons (enable, disable, delete, add to class, etc). this does not happen in safari or firefox.

stevenolen commented 11 years ago

Looking at the compiled GWT code...

the tables under <div class="GNF3U-LH5"> and <div class="CNF3U-LC5"> are not properly using the width available to them. Hacking the widths to working lengths makes it look OK in chrome, but causes the fields to be weirdly spread in Firefox...

I'm no CSS wiz :), just wanted to note where the problem seems to lie.

stevenolen commented 11 years ago

cool, stumbled on an issue tracker for it!!

http://code.google.com/p/chromium/issues/detail?id=152475

jshslsky commented 11 years ago

That is good news because then maybe the Chrome folks will fix the browser. :+1:

jshslsky commented 11 years ago

Verifying as fixed in the latest Chrome.