hgs1906 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Hand-pointer is shown on non-collapsable SectionStack headers #493

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create a SectionStack
2. Set canCollapse to false and setExpanded to true
3. The arrow-pointer is shown when hovering the stack's header even though 
nothing happens when clicking on it.

This problem is also evident on the Grid Top Header showcase 
(http://www.smartclient.com/smartgwt/showcase/#grid_top_header).

What is the expected output? What do you see instead?

The normal arrow pointer should be shown, since no interaction is possible with 
the header. There should at least be a way to change the header's cursor 
programatically, section.getHeader().setCursor(Cursor.ARROW) has no effect.

What version of the product are you using? On what operating system?

SmartGWT 2.2 with GWT 2.0.3 on Windows XP SP3. Browser is Firefox 3.6.8.

Original issue reported on code.google.com by f...@ubercode.de on 10 Aug 2010 at 1:05

GoogleCodeExporter commented 9 years ago
Fixed in the latest nightly.

Original comment by sanjiv.j...@gmail.com on 11 Aug 2010 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by smartgwt...@gmail.com on 21 Dec 2010 at 9:28