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

Key: LPP-1877
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P1 P1
Assignee: Frisco Del Rosario
Reporter: Antun Karlovac
Votes: 0
Watchers: 0
Operations

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

Datacombobox only fires onselect event at init time, and then never again

Created: 27/Mar/06 01:00 PM   Updated: 26/Jun/06 09:38 PM
Component/s: Components - all
Affects Version/s: None
Fix Version/s: 3.3, 3.3.3

Time Tracking:
Not Specified

File Attachments: 1. File datacombo_onselect_bug.tgz (0.6 kb)


Severity: Minor
Fixed in Change#: 42,018
Runtime: N/A
Fix in hand: False


 Description  « Hide
Datacombobox should fire onselect ever time the selection is changed, whether by mouse or by keyboard.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Antun Karlovac - 27/Mar/06 01:10 PM
Test case

Jim Grandy - 03/May/06 07:05 PM
The test case is actually invalid, since its XML data doesn't obey the convention that item value comes from the @value attribute. Adding

                        valuedatapath="@id"

to the example makes it work.

I'm not marking this bug invalid, though, because a debugger warning is clearly warranted in the ondata handler for basedatacombobox_item.

Jim Grandy - 04/May/06 02:53 PM
Integrated to lps-3.2 as change 42019