History | Log In     View a printable version of the current page.  

Issue Details (XML | Word | Printable)

Key: UBA-7417
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Janak Mulani
Reporter: Janak Mulani
Votes: 0
Watchers: 0
Operations

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

Editable combobox does not function properly as an enabler

Created: 13/Mar/08 09:05 AM   Updated: 02/Apr/08 11:37 PM
Component/s: enabler
Affects Version/s: ULC 6.2.2
Fix Version/s: UltraLightClient '08


 Description  « Hide
Editable combobox does not function properly as an enabler. Its isEnabling function returns false only when the selection index is explicitly set to -1. If the user deletes the value in the editor and tabs out, isEnabling should return false. On the otherhand, isEnabling should return true if the user enters value in the editor or makes a selection.

 All   Comments   Change History      Sort Order:
Daniel Grob - [02/Apr/08 11:36 PM ]
The enabling condition for combo boxes now depends if the combo box is editable or not:
  • editable combo box => same condition as for a text field => editor empty or not
  • non editable combo box => is something selected from the drop-down list or not

Daniel Grob - [02/Apr/08 11:37 PM ]
At the same time the has changed behavior of an editable combo box has changed as well. As soon as the user starts typing the editable combo box is considered as dirty.