Use readonly="readonly" instead readonly="true" for textareas
Categories
(Toolkit :: General, enhancement, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: ntim, Assigned: m.boselli)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file, 1 obsolete file)
See https://bugzilla.mozilla.org/show_bug.cgi?id=1513343#c28
Here are the affected files:
dom/xslt/tests/XSLTMark/XSLTMark.xul
security/manager/pki/resources/content/certViewer.xul
security/manager/pki/resources/content/clientauthask.xul
toolkit/mozapps/update/content/updates.xul
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Hello, :mkaply,
I would like to work on this issue
Comment 2•2 years ago
|
||
Hi! my name is Divya and I want to apply as an Outreachy intern. Can you please assign this issue to me?
| Reporter | ||
Comment 3•2 years ago
|
||
If you'd like to work on it, please feel free just submit a patch and I'll assign this to the first person who does so.
| Assignee | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
| Reporter | ||
Updated•2 years ago
|
Pushed by ntim.bugs@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/ca92aeb9192d Use readonly="readonly" instead of readonly="true" for textareas. r=ntim
| Reporter | ||
Comment 7•2 years ago
|
||
Thanks Milena! I've landed the patch.
Karan, your patch was fine as well, but Milena was first, sorry for the trouble :(. You can look for a different bug at: https://codetribute.mozilla.org/ if you're interested.
Comment 8•2 years ago
|
||
| bugherder | ||
Comment 9•2 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #7)
Thanks Milena! I've landed the patch.
Karan, your patch was fine as well, but Milena was first, sorry for the trouble :(. You can look for a different bug at: https://codetribute.mozilla.org/ if you're interested.
It looks like the patch that landed missed https://searchfox.org/mozilla-central/rev/fbb251448feb7276f9b1d0a88f9c0cb1cd144ce4/security/manager/pki/resources/content/certViewer.xul#119-120 . Also, shouldn't that be html:textarea ?
Updated•2 years ago
|
| Reporter | ||
Comment 10•2 years ago
|
||
(In reply to :Gijs (he/him) from comment #9)
It looks like the patch that landed missed https://searchfox.org/mozilla-central/rev/fbb251448feb7276f9b1d0a88f9c0cb1cd144ce4/security/manager/pki/resources/content/certViewer.xul#119-120.
Thanks for catching that!
Also, shouldn't that be
html:textarea?
No, the parent table already has xmlns="http://www.w3.org/1999/xhtml" on it.
Comment 11•2 years ago
|
||
Pushed by ntim.bugs@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/41c00dfcd1b6 Followup: replace readonly="true" with readonly="readonly" in certViewer.xul's second textarea. r=me
Comment 12•2 years ago
|
||
| bugherder | ||
Description
•