Closed
Bug 208020
Opened 22 years ago
Closed 22 years ago
when pref.js has this line user_pref("nglayout.debug.enable_xbl_forms", true); any key work in URL field.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: stephane.chomat, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529
When pref.js has this line
user_pref("nglayout.debug.enable_xbl_forms", true);
any key works in URL input panel and subject input panel.
When the value of nglayout.debug.enable_xbl_forms is true, I can't input no URL.
no search string.
When the value of nglayout.debug.enable_xbl_forms is false, the borwers works
normaly.
Reproducible: Always
Steps to Reproduce:
1. put this line user_pref("nglayout.debug.enable_xbl_forms", true); in pref.js
in the current profile.
2. execute the mozilla with this profile
3. and attents to input a new URL with the keyboards : no works.
Actual Results:
You can't input a new URL with the keyboards.
You can't input a subject in a new mail
You can't input a new string in the search field.
Expected Results:
It's works.
Comment 1•22 years ago
|
||
don't use debug prefs if you don't know what they mean and what they do.
xblfc are removed
>Expected Results:
>It's works.
wrong: "It doesn't work" is correct
-> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•