Closed
Bug 982580
Opened 12 years ago
Closed 11 years ago
Zooming the conversation content is broken
Categories
(Instantbird Graveyard :: Conversation, defect)
Instantbird Graveyard
Conversation
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: benediktp, Assigned: aleth)
Details
(Keywords: regression, Whiteboard: [1.6-blocking])
Attachments
(1 file, 1 obsolete file)
|
1.77 KB,
patch
|
florian
:
review+
|
Details | Diff | Splinter Review |
The content of a conversation can't be zoomed at the moment. Neither Ctrl+Plus nor Ctrl+Minus nor Ctrl+Mouse Wheel work on Windows.
Florian confirmed that on Mac. Gestures aren't working neither on Mac.
There are no errors on the error console.
It's still been working in Instantbird 1.5.
Updated•12 years ago
|
Keywords: regression
Whiteboard: [1.6-blocking]
| Assignee | ||
Comment 1•11 years ago
|
||
Ported from browser.xml
Comment 2•11 years ago
|
||
Comment on attachment 8492726 [details] [diff] [review]
zoomfix.diff.diff
Review of attachment 8492726 [details] [diff] [review]:
-----------------------------------------------------------------
Don't we also need the isSyntheticDocument getter at http://hg.mozilla.org/mozilla-central/rev/29567f7cdd3d#l6.31 to avoid a warning from http://hg.mozilla.org/mozilla-central/rev/29567f7cdd3d#l5.17 when running that code?
| Assignee | ||
Comment 3•11 years ago
|
||
It doesn't cause a warning, but you're right, it's cleaner to include it.
Attachment #8492726 -
Attachment is obsolete: true
Attachment #8492726 -
Flags: review?(florian)
Attachment #8493606 -
Flags: review?(florian)
Comment 4•11 years ago
|
||
Comment on attachment 8493606 [details] [diff] [review]
zoomfix.diff.diff 2
Review of attachment 8493606 [details] [diff] [review]:
-----------------------------------------------------------------
Not causing a warning is probably because by default this.useFullZoom is always true for Instantbird.
Attachment #8493606 -
Flags: review?(florian) → review+
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•