Closed
Bug 1410292
Opened 8 years ago
Closed 8 years ago
[DateTimeInput] TypeError: this.mInputElement is null
Categories
(Core :: Layout: Form Controls, enhancement, P3)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla58
People
(Reporter: jessica, Assigned: jessica)
Details
Attachments
(1 file)
|
1.28 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
Agrr, happens in the <destructor> in datetimebox.xml [1], missed this when fixing bug 137111.
[1] http://searchfox.org/mozilla-central/rev/1c4da216e00ac95b38a3f236e010b31cdfaae03b/toolkit/content/widgets/datetimebox.xml#1256
| Assignee | ||
Comment 1•8 years ago
|
||
(In reply to Jessica Jong [:jessica] from comment #0)
> Agrr, happens in the <destructor> in datetimebox.xml [1], missed this when
> fixing bug 137111.
^^^^^^^^^^^
I meant bug 1371111 :/
>
>
> [1]
> http://searchfox.org/mozilla-central/rev/
> 1c4da216e00ac95b38a3f236e010b31cdfaae03b/toolkit/content/widgets/datetimebox.
> xml#1256
Updated•8 years ago
|
status-firefox57:
--- → wontfix
Priority: -- → P3
| Assignee | ||
Comment 2•8 years ago
|
||
Hi Mike, can you take a look at this tiny patch? Thanks.
Attachment #8922253 -
Flags: review?(mconley)
Comment 3•8 years ago
|
||
Comment on attachment 8922253 [details] [diff] [review]
patch.
Review of attachment 8922253 [details] [diff] [review]:
-----------------------------------------------------------------
Ooof, whoops. :/ Thanks for fixing!
Attachment #8922253 -
Flags: review?(mconley) → review+
| Assignee | ||
Comment 4•8 years ago
|
||
Pushed by jjong@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5c77250f74a4
Clear mInputElement after accessing it. r=mconley
Comment 6•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•