Multi-message view can't be zoomed by ctrl + mousewheel
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(Not tracked)
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
STR
- Open a single message
- Use ctrl + mousewheel
=> Message zooms.
- Open multiple messages so you get the thread summary.
- Use ctrl + mousewheel
- Expected: The zoom is affected
- Actual: No change.
This works if you use ctrl/cmd + or - (this was originally enabled in bug 495922).
Comment 1•6 years ago
|
||
Mark, any idea where we need to hook that up?
Comment 2•6 years ago
|
||
Note: I have this effect/defect on both windows and linux environments.Even Ctrl+ anld Ctr - are not always reliable
| Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Jorg K (GMT+2) from comment #1)
Mark, any idea where we need to hook that up?
No idea unfortunately. I think the mouse wheel might be hooked up in the backend somewhere. I did wonder if primary=true which is set on the single view & not the multi-message view might be affecting it, but my brief experiment didn't seem to fix it - though my experiment might have been wrong and needed actual code written.
Updated•6 years ago
|
| Assignee | ||
Comment 4•4 years ago
|
||
I've just strayed upon the fix whilst looking at something else.
Comment 5•4 years ago
|
||
Just for info: the issue is still open/visible in 78.11.0
| Assignee | ||
Comment 6•4 years ago
|
||
(In reply to Thommie Rother from comment #5)
Just for info: the issue is still open/visible in 78.11.0
Yes, that's why this hasn't been marked as fixed, and that I said that I just found the fix for it.
| Assignee | ||
Comment 7•4 years ago
|
||
Depends on D119009
Nice, this will put some zoom functions in BrowseInTab out of business. It would be extra nice to implement ctrl-mousewheel in all other tab types - contentTab (about pages, web pages), chromeTab, and gloda and chat and calendar types.
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/comm-central/rev/eea2f34db4ed
Allow zooming the multimessage view with ctrl+mousewheel. r=mkmelin
| Assignee | ||
Updated•4 years ago
|
Description
•