Closed
Bug 493490
Opened 16 years ago
Closed 16 years ago
threadpane-splitter should be hidden in tabbed message
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugzillacat, Unassigned)
Details
Attachments
(1 file)
|
21.53 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090516 Shiretoko/3.5b5pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090517 Shredder/3.0b3pre
Under certain circumstances, the #threadpane-splitter appears below the .tabmail-tabs when viewing a message in a new tab.
Reproducible: Always
Steps to Reproduce:
1. Select a message and open it in a new tab.
2. Return to the first tab and select a mail account (not any of the subfolders below the account, but the account itself).
3. Return to the message that was opened in a new tab.
Actual Results:
The #threadpane-splitter appears below the .tabmail-tabs, although it is not functional.
Expected Results:
The #threadpane-splitter should be hidden.
I tried this userChrome code to hide the splitter with no success:
tabbox:not([selectedIndex="0"]) #threadpane-splitter {
display: none !important;
}
Comment 1•16 years ago
|
||
I can confirm on Windows XP sp3.
Attached file for details.
Another related issue it is If I move the splitter on bottom, when I return to first tab the "message pane" ha moved according to splitter.
Comment 2•16 years ago
|
||
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•16 years ago
|
||
The message in tab needs a lot more thought than it has gotten so far, this is just the tip of the iceberg.
Comment 4•16 years ago
|
||
CatThief this issue seems now WFM here on
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3pre) Gecko/20090817 Lightning/1.0pre Shredder/3.0b4pre ID:20090817042831
Could you confirm?
Yes, I can confirm that this is no longer an issue. Good job!
Comment 6•16 years ago
|
||
WFM per comment #5 (reporter)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•