https://issues.apache.org/ooo/show_bug.cgi?id=124833
Issue ID: 124833
Issue Type: ENHANCEMENT
Summary: Enhanced drop-down list and combo box event handling
Product: App Dev
Version: OOo 3.3 or older
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: api
Assignee: [email protected]
Reporter: [email protected]
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).
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.