History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-1954
Type: Bug Bug
Status: Verified Verified
Resolution: Fixed
Priority: -- --
Assignee: Frisco Del Rosario
Reporter: Bryan Barkley
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Attribute showhandcursor="false" broken

Created: 12/Apr/06 02:11 PM   Updated: 13/Jul/06 06:25 PM
Component/s: Laszlo Foundation Classes (LFC)
Affects Version/s: 3.2 (Sage)
Fix Version/s: 3.4

Time Tracking:
Not Specified

Severity: Major
Fixed in Change#: 1,330
Runtime: N/A
Fix in hand: False


 Description  « Hide
The combination of clickable="true" and showhandcursor="false" no longer works.

<canvas height="50" width="500">
  <view width="50" height="50" bgcolor="red" clickable="true" showhandcursor="false"/>
</canvas>

This worked prior to 3.2.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jim Grandy - 21/Jun/06 11:08 PM
Regression. Let's fix in 3.4.

P T Withington - 12/Jul/06 05:43 PM
Eliiot found a workaround. Tucker thinks this is related to Max's accessibility changes.

<myView clickable="true" oninit="this.setShowHandCursor(false)" >

works, but this

<myView clickable="true" onclickable="this.setShowHandCursor(false)" >

does not.

P T Withington - 12/Jul/06 05:43 PM
Looking for your thoughts on my comment.

Max Carlson - 13/Jul/06 01:53 AM
The context menu is also broken in 3.3 - see http://www.openlaszlo.org/jira/browse/LPP-2326.

P T Withington - 13/Jul/06 03:37 PM
Ready for QA