Right-clicking a ChoiceEdit activates it
Bug #399236 reported by
Matthew Paul Thomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LAZR Javascript Library |
Fix Released
|
High
|
Eleanor Berger |
Bug Description
1. In any bug report, double-click the status value or the importance value.
What happens: The value is changed to something else.
What should happen: Nothing.
Like bug 399233, this could be fixed by using a real <select> menu instead of an HTML+CSS overlay. A more difficult way to fix it would be to position the overlay such that the current value is directly under the cursor when the overlay opens (as GTK option menus already do).
Changed in lazr-js: | |
status: | New → Won't Fix |
status: | Won't Fix → Triaged |
Changed in lazr-js: | |
status: | Fix Committed → Invalid |
status: | Invalid → Fix Committed |
Changed in lazr-js: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Menu is shown also when right clicking or middle clicking, which I'd say is broken. Perhaps worthy of another bug report though.