Closed Bug 799982 Opened 12 years ago Closed 12 years ago

isTrusted should be false by default

Categories

(Core :: DOM: Events, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: annevk, Unassigned)

References

()

Details

Expected results:

>>> new Event("x").isTrusted
false

Actual results:

>>> new Event("x").isTrusted
true
Group: core-security
I don't see true.
How are you testing this?
Oh, odd, now I get true..
Ah, I get true if I run the script in web console and the page in the tab is privileged, like the
new tab page (which has screenshots etc)
And in that case true is expected.
Ok, based on Anne's comment on IRC, this is invalid.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Not s-s, then?
Group: core-security
You need to log in before you can comment on or make changes to this bug.