Closed
Bug 253916
Opened 21 years ago
Closed 20 years ago
CTRL++ does not work if using "+=" key on UK keyboard (same issue as 238474)
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: rjkeller)
Details
(Keywords: fixed-aviary1.0, Whiteboard: [has patch] affects l10n - need review ben, blake, mconnor)
Attachments
(2 files)
2.76 KB,
patch
|
mconnor
:
review+
bugs
:
approval-aviary+
|
Details | Diff | Splinter Review |
716 bytes,
patch
|
rjkeller
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040801 Firefox/0.9.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040801 Firefox/0.9.1+
When in the view source window, CTRL++ only zooms text when using the "+" from
the numeric keypad. It does not work when using the "+=" key next to the backspace.
This problem is essentially a repeat of 238474. However, that bug requests that
a new one be opened if the problem continues.
Reproducible: Always
Steps to Reproduce:
1. Select View Page Source on any web page.
2. Press CTRL++ using the + next to the backspace - Nothing happens.
3. Press CRTL++ using the + on th enumeric keypad - The text zooms.
Actual Results:
Nothing
Expected Results:
The text in the page source window should have zoomed in.
Only tested with the UK keyboard layout.
Comment 1•21 years ago
|
||
The French keyboard functions just like the UK keyboard.
Comment 2•21 years ago
|
||
I'm also seeing this on my US keyboard.
Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7) Gecko/20040714 Firefox/0.9.1+
Comment 3•21 years ago
|
||
Confirming, same thing with a swedish keyboard.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 4•20 years ago
|
||
Thought I'd fix this bug real quick.
Assignee: bugs → rlk
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•20 years ago
|
||
with the locale freeze, it's now or never, so recommending blocking-aviary1.0PR.
Usually I wouldn't recommend this for blocking, but if we're getting this in
then it needs to be now. Looks like this is fixed on the trunk.
Flags: blocking-aviary1.0PR?
Assignee | ||
Updated•20 years ago
|
Attachment #156129 -
Flags: review?(bugs)
Assignee | ||
Updated•20 years ago
|
Attachment #156129 -
Flags: review?(bugs) → review?(mconnor)
Updated•20 years ago
|
Whiteboard: affects l10n
Assignee | ||
Updated•20 years ago
|
Whiteboard: affects l10n → [has patch] affects l10n
Comment 6•20 years ago
|
||
ben, blake, bsmedberg, mconnor,
looks straight forward. can you review and help to get this landed quickly?
Flags: blocking-aviary1.0PR? → blocking-aviary1.0PR+
Whiteboard: [has patch] affects l10n → [has patch] affects l10n - need review ben, blake, moconner
Assignee | ||
Updated•20 years ago
|
Whiteboard: [has patch] affects l10n - need review ben, blake, moconner → [has patch] affects l10n - need review ben, blake, mconnor
Assignee | ||
Comment 7•20 years ago
|
||
mconnor: can you review this or should I send it to someone else?
Comment 8•20 years ago
|
||
Comment on attachment 156129 [details] [diff] [review]
Patch - Adds Ctrl + =
yeesh, sorry about latency
Attachment #156129 -
Flags: review?(mconnor) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #156129 -
Flags: approval-aviary?
Couldn't this patch be easily modified to fix the Ctrl-0 shortcut as well (it
doesn't work with the Num - "0" key)?
With a <!ENTITY textReset2.commandkey "Ins"> or something like that?
Comment 10•20 years ago
|
||
Attachment #156129 -
Flags: approval-aviary? → approval-aviary+
Assignee | ||
Comment 11•20 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 12•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040902
Firefox/1.0 PR (NOT FINAL), from sweetlou tinderbox about 0900 GMT 20040902
The checkin for this bug has caused an error on "View Page Source":
XML Parsing Error: undefined entity
Location: chrome://global/content/viewSource.xul
Line Number 60, Column 41:
<key id="key_textZoomEnlarge2" key="&textEnlarge.commandkey2;"
command="cmd_txtZoomEnlarge" modifiers="accel"/>
This is because the files
toolkit/components/viewsource/content/viewPartialSource.xul
toolkit/components/viewsource/content/viewSource.xul
refer to
textEnlarge.commandkey2
while the file
toolkit/locales/en-US/chrome/global/viewSource.dtd
has
textEnlarge2.commandkey
Comment 13•20 years ago
|
||
Updated•20 years ago
|
Attachment #157705 -
Flags: review+
Comment 14•20 years ago
|
||
Comment on attachment 157705 [details] [diff] [review]
View source regression patch
Sorry for bugspam, newbie alert.
Attachment #157705 -
Flags: review+ → review?
Comment 15•20 years ago
|
||
Reopening bug, since there's a regression and a patch attached to fix it. :-)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 16•20 years ago
|
||
Comment on attachment 157705 [details] [diff] [review]
View source regression patch
mconnor, mind reviewing this one line regression fix?
Attachment #157705 -
Flags: review? → review?(mconnor)
Assignee | ||
Updated•20 years ago
|
Attachment #157705 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 17•20 years ago
|
||
fix checked in
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Comment 18•20 years ago
|
||
cc'ing myself to track the regression
Updated•20 years ago
|
Keywords: fixed-aviary1.0
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•