Open
Bug 303020
Opened 19 years ago
Updated 2 years ago
Some scheme to make disabling/enabling items based on pref values/lockedness easier
Categories
(Toolkit :: Preferences, defect)
Toolkit
Preferences
Tracking
()
NEW
People
(Reporter: bugs, Unassigned)
Details
I have a two checkboxes, a button, a radio group, and a label. There is a complex relationship of "this element is enabled only when this element is not locked or set to value X" between these elements that is only possible to get right by developing a truth table and then writing code to model that. The code is tedious, and most people don't think of things so logically. It'd be nice to have some scheme within the <preferences> api to model dependencies and handle UI updating automatically.
Updated•15 years ago
|
QA Contact: nobody → preferences
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•