Open
Bug 299178
Opened 20 years ago
Updated 2 years ago
key/keyset's don't work with XULRunner fetching XUL over http
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
NEW
People
(Reporter: mozilla.org, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 I have my XULRunner app fetching XUL over http and all <keyset> and <key> entries do nothing. Reproducible: Always Steps to Reproduce: 1. Somehow get XUlRunner to fetch a simple XUL document over HTTP; I did this through the defaultChrome pref. 2. Observe that <keyset> and <key> do not work. Expected Results: Should allow both elements; I understand FireFox cannot enable them as it could hijack default keysets, but XULRunner has no keysets by default and thus should allow <keyset>'s delivered over HTTP.
Comment 1•19 years ago
|
||
Reporter: can you give us a link to a sample XUL document, to demonstrate this bug?
Comment 2•19 years ago
|
||
This is presumably a permissions issue with remote XUL. Minimal testcase attached would be very helpful.
Status: UNCONFIRMED → NEW
Component: XULRunner → XUL Widgets
Ever confirmed: true
Updated•15 years ago
|
QA Contact: xulrunner → xul.widgets
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•