Open
Bug 470968
Opened 17 years ago
Updated 3 years ago
Permission denied to get property XULElement.popupOpen on input focus
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: M8R-p82d44, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5 (.NET CLR 3.5.30729)
Let's say you're starting to enter text in an input element and autocomplete appears. Then you change focus to a different input element (not with tab), and, voila, you get 2 errors
1) Permission denied to get property XULElement.popupOpen
2) Permission denied to set property XULElement.selectedIndex
Here is the complete error message
Permission denied to get property XULElement.popupOpen
unique(input on, 15)MK7TbIpQ...gSA%3D%3D (line 1)
trigger()()jquery.min.js (line 25)
trigger()(HTMLInputElement 0=input 1=input.inp 2=input.inp 3=input.inp, function(), undefined)jquery.min.js (line 25)
trigger()("", HTMLInputElement 0=input 1=input.inp 2=input.inp 3=input.inp, undefined)jquery.min.js (line 25)
trigger()(":modified", Document xyz.php)jquery.min.js (line 25)
filter()()jquery.min.js (line 12)
trigger()(Object 0=document length=1 jquery=1.2.6, function())jquery.min.js (line 25)
filter()("input:modified")jquery.min.js (line 12)
size()("input:modified", undefined)jquery.min.js (line 12)
size()("input:modified", undefined)jquery.min.js (line 11)
togglesub()xyz.php (line 43)
(?)()(Object originalEvent=Event keyup which=38 view=window)xyz.php (line 84)
ready()(Object originalEvent=Event keyup which=38 view=window)jquery.min.js (line 26)
trigger()()jquery.min.js (line 25)
[Break on this error] false ||
MK7TbIpQ...gSA%3D%3D (line 1)
Permission denied to set property XULElement.selectedIndex
[Break on this error] inps[n].focus();
Reproducible: Always
Steps to Reproduce:
1. Let's say you're starting to enter text in an input element and
2. autocomplete appears
3. change focus to a different input element (not with tab; let's say you've assigned keycode 'up arrow' to select the input element above)
Actual Results:
2 error messages
Expected Results:
No error messages (like EVERY other browesr!)
there is a workaround: turn autocomplete off on the input element
Comment 2•17 years ago
|
||
I get this error occasionally on gmail... not sure if it's the same thing though.
Component: General → DOM
Product: Firefox → Core
QA Contact: general → general
Updated•17 years ago
|
Version: unspecified → 1.9.0 Branch
Comment 3•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•