Closed
Bug 517526
Opened 16 years ago
Closed 15 years ago
Unexpected scrollbar is shown, when it was applied "text-shadow" style to label
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: alice0775, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a2pre) Gecko/20090918 Firefox/3.5.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20090918 Minefield/3.7a1pre ID:20090918042213
The scrollbar that I do not expect is displayed when I apply "text-shadow"style to elements in the listbox.
Reproducible: Always
Steps to Reproduce:
1.Start Minefield
2.Open Text Case
Actual Results:
Unexpected scrollbar is shown
Expected Results:
Unexpected scrollbar is not shown
This problem occurs in Minefield, Namoroka and Shiretoko.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20090918 Minefield/3.7a1pre ID:20090918042213
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a2pre) Gecko/20090918 Namoroka/3.6a2pre ID:20090918053309
Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 ID:20090824101458
| Reporter | ||
Updated•16 years ago
|
Version: unspecified → 1.9.2 Branch
| Reporter | ||
Comment 1•16 years ago
|
||
| Reporter | ||
Comment 2•16 years ago
|
||
Reduce width of window very slowly.
Unexpected Horizontal scroll bar appear.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
No longer depends on: 524172
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 4•16 years ago
|
||
I think this bug is different to Bug 446693.
Especially test case 2, there are no scrollbars when wider window width.
Please read source code of the test case 2 carefully.
| Reporter | ||
Comment 5•16 years ago
|
||
(In reply to comment #2)
> Created an attachment (id=412716) [details]
> test case 2
>
> Reduce width of window very slowly.
> Unexpected Horizontal scroll bar appear.
Due to Bug 526924,pleaee open the test case after download or increased font-size
Comment 6•16 years ago
|
||
Fair enough. I thought that other bug covered text-shadow with scrollbars in general...
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 7•16 years ago
|
||
The following workaround is effective.
For Created an attachment (id=401490)
listitem,
button{
overflow:hidden;
}
For attachment (id=412716)
button {
overflow:hidden;
}
Depends on: 446693
| Reporter | ||
Comment 8•15 years ago
|
||
This was fixed by Bug 542595.
Status: NEW → RESOLVED
Closed: 16 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•