View Single Post
  #1  
Unread 04-10-2005, 07:14 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Exclamation Dropdown Focus MAJOR Bug!

Bug: Once a dropdown is clicked, it appears to be impossible to drop focus from it short of clicking outside its parent page. Clicking buttons and static objects within the same page sets focus to the nearest dropdown.

I consider this is a MAJOR bug as it interfears with movement, could result in character death, and exists with default UI elements such as the Tracking dropdown.

Stuff I've tried to freeup arrow keys.

Activated=false
Enabled=false
Visible=false
AbsorbsInput=false
GetsInput=false

All at the same time and on the parent page.

Closing the entire window via script or command key doesn't work.

Opening other windows over the dropdowns doesn't work.

Activating buttons outside the dropdown's parent page doesn't work.

Listboxes and textboxes have similar issues, probably selectable TreeViews too.

We REALLY need a Focused=true/false property for selectable items to set and unset focus.

Disabled, deactivated and AbsorbsInput=false states should ALWAYS ditch focus from that object.

The Game Options setting to drop chat focus should probably apply to all selectables.
Reply With Quote