Closed
Bug 1423181
Opened 8 years ago
Closed 8 years ago
TypeError: section is undefined FormAutofillHandler.jsm:909:5
Categories
(Toolkit :: Form Autofill, defect)
Toolkit
Form Autofill
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wtds.trabalho, Assigned: ralin, NeedInfo)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20171201102653
Steps to reproduce:
Many errors, observed on click in empty field from new clean profile:
section.clearPreviewedFormFields(focusedInput);
Actual results:
Errors from console.
Expected results:
No errors.
Thanks!
Updated•8 years ago
|
Component: Untriaged → Form Autofill
Product: Firefox → Toolkit
| Assignee | ||
Comment 1•8 years ago
|
||
Hi Wellington,
I can't observe the error, would you mind provide us more details like the visited websites or test cases? Thanks!
Flags: needinfo?(wtds.trabalho)
| Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Ray Lin[:ralin] from comment #1)
> Hi Wellington,
>
> I can't observe the error, would you mind provide us more details like the
> visited websites or test cases? Thanks!
Any page with form,but in this case the page is the Redmine(LAN Page).
Flags: needinfo?(wtds.trabalho) → needinfo?(ralin)
| Assignee | ||
Comment 3•8 years ago
|
||
I know how to reproduce it now, thank you!
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(ralin)
| Assignee | ||
Comment 4•8 years ago
|
||
I no longer spot this happened after bug 1417803 landed on m-c, will try again tomorrow nightly.
| Assignee | ||
Comment 5•8 years ago
|
||
I can't reproduce it no longer, and it was likely fixed by Sean in Bug 1417803.
Wellington, could you help us verify if the issue is still? Thanks!
Flags: needinfo?(wtds.trabalho)
| Reporter | ||
Comment 6•8 years ago
|
||
(In reply to Ray Lin[:ralin] from comment #5)
> I can't reproduce it no longer, and it was likely fixed by Sean in Bug
> 1417803.
>
> Wellington, could you help us verify if the issue is still? Thanks!
Nice, Please give some time to test again.
As soon as possible I will reply this bug again.
Thanks!
| Reporter | ||
Comment 7•8 years ago
|
||
Hi,
See other similar problems too:
This:
TypeError: this._prefs is undefined[Learn More] urlbarBindings.xml:146:9
urlbar_XBL_Destructor chrome://browser/content/urlbarBindings.xml:146:9
insertWidgetBefore resource:///modules/CustomizableUI.jsm:1268:5
buildArea resource:///modules/CustomizableUI.jsm:826:9
registerToolbarNode resource:///modules/CustomizableUI.jsm:743:9
registerToolbarNode resource:///modules/CustomizableUI.jsm:3182:5
toolbar_XBL_Constructor chrome://browser/content/customizableui/toolbar.xml:67:11
And:
TypeError: can't convert null to object
Stack trace:
processResponseData@moz-extension://c3259cbe-0433-47df-b119-6cde2c356097/js/background.js:314:6
processData@moz-extension://c3259cbe-0433-47df-b119-6cde2c356097/js/background.js:292:6
analyseSiteApps@moz-extension://c3259cbe-0433-47df-b119-6cde2c356097/js/background.js:236:6
addChromeListeners/<@moz-extension://c3259cbe-0433-47df-b119-6cde2c356097/js/background.js:65:7
background.js:332:5
TypeError: this.sink is null[Learn More] network-monitor.js:527:5
... many times
TypeError: this.sink is null[Learn More] network-monitor.js:527:5
But I still waiting for the original problem.
Thanks.
| Assignee | ||
Comment 8•8 years ago
|
||
(In reply to Wellington Torrejais da Silva from comment #7)
> Hi,
>
> See other similar problems too:
>
I think we can report those errors in separate bugs if continuously spot the error in the next few days.
> This:
>
> TypeError: this._prefs is undefined[Learn More] urlbarBindings.xml:146:9
> urlbar_XBL_Destructor chrome://browser/content/urlbarBindings.xml:146:9
> insertWidgetBefore resource:///modules/CustomizableUI.jsm:1268:5
> buildArea resource:///modules/CustomizableUI.jsm:826:9
> registerToolbarNode resource:///modules/CustomizableUI.jsm:743:9
> registerToolbarNode resource:///modules/CustomizableUI.jsm:3182:5
> toolbar_XBL_Constructor
> chrome://browser/content/customizableui/toolbar.xml:67:11
>
> And:
>
> TypeError: can't convert null to object
> Stack trace:
> processResponseData@moz-extension://c3259cbe-0433-47df-b119-6cde2c356097/js/
> background.js:314:6
> processData@moz-extension://c3259cbe-0433-47df-b119-6cde2c356097/js/
> background.js:292:6
> analyseSiteApps@moz-extension://c3259cbe-0433-47df-b119-6cde2c356097/js/
> background.js:236:6
> addChromeListeners/<@moz-extension://c3259cbe-0433-47df-b119-6cde2c356097/js/
> background.js:65:7
> background.js:332:5
> TypeError: this.sink is null[Learn More] network-monitor.js:527:5
> ... many times
> TypeError: this.sink is null[Learn More] network-monitor.js:527:5
>
> But I still waiting for the original problem.
>
> Thanks.
Since the problem caused by form autofill is fixed, I'm closing this bug. Please feel free to re-open it if found the issue again :D Thanks!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•