Bug 1489437 Comment 27 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Edgar Chen [:edgar] from comment #26)
> https://treeherder.mozilla.org/#/jobs?repo=try&tier=1&revision=6b18d4ff1852ad182c91dbf7f464c832af3b4ea0&group_state=expanded

The spellcheck test failure mentioned in comment #22 could be covered by bug 1507543. But I got new test failure with the recent codebase, because of the unexpected assertions. (I did see this before, I think this is probably caused by recent changes)

> INFO - GECKO(3154) | [Child 3261, Main Thread] ###!!! ASSERTION: The element creation should be finished!: 'mDoneCreating', file /builds/worker/workspace/build/src/dom/html/HTMLInputElement.cpp, line 4920

Take a quick look at: It seems that the reactions runs script that tries to get value from input element, but input element is not yet ready to be accessed. The value getting is from,

https://searchfox.org/mozilla-central/rev/55895c49f55073d82d977cb74ec1d3a71ae4b25f/toolkit/content/widgets/datetimebox.js#21
https://searchfox.org/mozilla-central/rev/55895c49f55073d82d977cb74ec1d3a71ae4b25f/toolkit/content/widgets/datetimebox.js#54
https://searchfox.org/mozilla-central/rev/55895c49f55073d82d977cb74ec1d3a71ae4b25f/toolkit/content/widgets/datetimebox.js#648
(In reply to Edgar Chen [:edgar] from comment #26)
> https://treeherder.mozilla.org/#/jobs?repo=try&tier=1&revision=6b18d4ff1852ad182c91dbf7f464c832af3b4ea0&group_state=expanded

The spellcheck test failure mentioned in comment #22 could be covered by bug 1507543. But I got new test failure with the recent codebase, because of the unexpected assertions. (I didn't see this before, I think this is probably caused by recent changes)

> INFO - GECKO(3154) | [Child 3261, Main Thread] ###!!! ASSERTION: The element creation should be finished!: 'mDoneCreating', file /builds/worker/workspace/build/src/dom/html/HTMLInputElement.cpp, line 4920

Take a quick look at: It seems that the reactions runs script that tries to get value from input element, but input element is not yet ready to be accessed. The value getting is from,

https://searchfox.org/mozilla-central/rev/55895c49f55073d82d977cb74ec1d3a71ae4b25f/toolkit/content/widgets/datetimebox.js#21
https://searchfox.org/mozilla-central/rev/55895c49f55073d82d977cb74ec1d3a71ae4b25f/toolkit/content/widgets/datetimebox.js#54
https://searchfox.org/mozilla-central/rev/55895c49f55073d82d977cb74ec1d3a71ae4b25f/toolkit/content/widgets/datetimebox.js#648

Back to Bug 1489437 Comment 27