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

Key: LPP-5447
Type: Bug Bug
Status: Open Open
Priority: P0 P0
Assignee: Max Carlson
Reporter: André Bargull
Votes: 0
Watchers: 0
Operations

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

DHTML: inputtext and clickable

Created: 19/Feb/08 05:57 AM   Updated: 22/Oct/08 01:47 PM
Component/s: Kernel - DHTML
Affects Version/s: RingDing (4.1)
Fix Version/s: MisterDonut (4.2 Final)

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. .jpg
(79 kb)

Severity: Blocker
Runtime: DHTML
Fix in hand: False


 Description  « Hide
The "inputtext - clickable" workarounds and special tricks cause some bugs:

Steps to reproduce:
(at least in Firefox2, IE6)
- go to "examples/components/style_example.lzx?lzr=dhtml"
- expand the frosty-window, so it's big enough to cover the inputtext on the right hand side
- hover over the inputtext, or alternatively focus the inputtext by tab-key
- the inputtext's text will become visible

IE6:
from time to time, the whole application did not receive any mouse-clicks anymore,
the only way to resurrect the app, was to change focus by tab-key until I've focused the inputtext,
after the inputtext gained focus, the app was again able to receive mouse-events.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Max Carlson - 19/Jun/08 05:06 PM
LPP-5430 should resolve the issue with apps not receiving mouse clicks in IE.

I'm not sure what to do about the other issues :( Input texts have to be placed in the of the clickable elements (which are in their own tree of divs) to become active.