petoendre / google-web-toolkit-incubator

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

ScrollTable resets cursor to "default" not "" #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in what component (Widget/FAQ/Library):
com.google.gwt.widgetideas.table.client.ScrollTable
MouseResizeWorker.setCurrentCell()

Detailed description:
When clearing the old cell, the cursor is explicitly set to "default". It
should be set to "".  Currently this overrides the cursor as specified in
my css).  I use "pointer" to indicate that the column headers are clickable.

Workaround if you have one:
Make the change and build your own incubator jar.

Original issue reported on code.google.com by simon.ca...@gmail.com on 18 Sep 2008 at 8:49

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ecc%google.com@gtempaccount.com on 18 Sep 2008 at 3:10

GoogleCodeExporter commented 9 years ago
committed as r1081

Original comment by jlaba...@google.com on 2 Oct 2008 at 3:50