Closed
Bug 486427
Opened 17 years ago
Closed 15 years ago
Can't right-click and copy on content tabs (e.g. "What's New in Thunderbird 3")
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: info, Unassigned)
References
Details
Attachments
(1 file)
|
3.21 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090401 Minefield/3.6a1pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2
I just installed TB3 beta 2 (it went fine).
TB3 started up with two tabs, one showed "What's new in Thunderbird 3". I can't zoom this, it has no right-click menu.
Reproducible: Always
Steps to Reproduce:
1. Install and run Thunderbird 3.
2. Look at the "What's New" tab's contents.
3. Try to interact with them.
Actual Results:
It's a weird page.
* Ctrl-+ to zoom the text doesn't work.
* View-Zoom doesn't work.
* there's no context menu or selection context menu -- nothing happens if you right-click or select and right-click.
* No context menu
Expected Results:
All those actions work fine on the similar "Welcome to Thunderbird" page (choose Go > Mail Start Page), so I'm not sure why not on this page.
I really did want to zoom the text and copy the link URLs.
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•17 years ago
|
||
This is a very rough patch that would head towards fixing this. The general idea is there some thoughts as to what it would need to be able to get in:
- If getBrowser returns null, the menu items should be disabled
- The changed browser element (from iframe) needs various attributes setting on it to disable options.
- Need to check that the correct browser element is returned for different panels of the same type.
- Additional documentation.
Updated•17 years ago
|
Flags: wanted-thunderbird3+
Comment 3•17 years ago
|
||
The zoom part is now fixed. It is just a context menu that is lacking. Note that you can still copy by using Edit -> Copy or using keyboard shortcuts.
Summary: can't zoom or right-click odd "What's New in Thunderbird 3" tab contents → Can't right-click and copy on content tabs (e.g. "What's New in Thunderbird 3")
Comment 4•15 years ago
|
||
The context menu is now present in 5.0 (and possibly earlier versions) --> FIXED.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•