Issue 124833 - Enhanced drop-down list and combo box event handling
Summary: Enhanced drop-down list and combo box event handling
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 12:23 UTC by Ariel Constenla-Haile
Modified: 2014-05-14 18:47 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ariel Constenla-Haile 2014-05-06 12:23:58 UTC
With drop-down list boxes and combo boxes there is no way to get notified that the drop-down floating window is about to be opened.

Assume you have a drop-down list box that requires a lot of processing to get its content filled, you may want to fill it on-demand, when the drop-down is about to be activated.

Internally this is possible, as there is a VCLEVENT_DROPDOWN_PRE_OPEN (the other related event, VCLEVENT_DROPDOWN_OPEN, can be worked around by messing with the current accessibility support).