In account setup disabled buttons can sometime still change the background colour
Categories
(Thunderbird :: Theme, defect)
Tracking
(thunderbird_esr91+ fixed, thunderbird92+ fixed, thunderbird93 affected)
People
(Reporter: Paenglab, Assigned: Paenglab)
Details
Attachments
(1 file)
|
1.52 KB,
patch
|
aleca
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details | Diff | Splinter Review |
The "Continue" button is normally disabled, no hover change. But when the password field has some value it can change the background colour. This comes because initially the button has disabled="disabled" and after the PW-field change only disabled="". Then the CSS rule does no more correctly apply.
| Assignee | ||
Comment 1•4 years ago
|
||
We need to split the selectors between XUL and HTML namespaces because only a check for [disabled] could cause undesired side effects with XUL buttons that are no more disabled because of the removed "true". For HTML buttons only the [disabled] selector is important for the state.
Comment 2•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/65aaac3b0c7c
Split some button selectors to html and xul namespaces. r=aleca
| Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9237037 [details] [diff] [review]
1726559-button-disabled.patch
[Approval Request Comment]
User impact if declined: in account creation disabled button can give hover feedback
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): should be low
Comment 5•4 years ago
|
||
Comment on attachment 9237037 [details] [diff] [review]
1726559-button-disabled.patch
[Triage Comment]
Approved for beta
Comment 6•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 92.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/98052415bf5e
Comment 7•4 years ago
|
||
Comment on attachment 9237037 [details] [diff] [review]
1726559-button-disabled.patch
[Triage Comment]
Approved for esr91
Comment 8•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 91.1.0:
https://hg.mozilla.org/releases/comm-esr91/rev/68026a7d4959
Description
•