Closed
Bug 315182
Opened 20 years ago
Closed 17 years ago
dhtml grid does not render well anymore in latest Firefox 1.5 RC
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pleysen, Unassigned)
References
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051025 Firefox/1.5
A dhtml grid does not work anymore, while previous version were rendered ok.
Example at http://www.activewidgets.com/ . As you can see from the mainpage example, the header tabs are changed into horizontal scrollbars.
Reproducible: Always
Steps to Reproduce:
1.not applicable
2.
3.
(In reply to comment #0)
> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera
> 8.50
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8)
> Gecko/20051025 Firefox/1.5
>
> A dhtml grid does not work anymore, while previous version were rendered ok.
> Example at http://www.activewidgets.com/ . As you can see from the mainpage
> example, the header tabs are changed into horizontal scrollbars.
>
> Reproducible: Always
>
> Steps to Reproduce:
> 1.not applicable
> 2.
> 3.
>
It apparently has to do with the current implementation of new CSS properties. Mozilla introduced support for overflow-x and overflow-y in 1.8a, however setting overflow-y to 'hidden' forces overflow-x to 'auto' and then you see unexpected scrollbars.
Comment 2•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051104 Firefox/1.5 ID:2005110422
This regressed/changed between 01-Sep-2004 and 01-Oct-2004 in two steps:
-Somewhere between 01-Sep-2004 and 15-Sep-2004 the scrollbars disappeared
-Somewhere between 15-Sep-2004 and 01-Oct-2004 they came back, but on the wrong place
Comment 3•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051105 Firefox/1.5 ID:2005110502
If you look at http://www.activewidgets.com/examples/grid/basic.htm , it almost works.
JSC complains about text-overflow:ellipsis as being deprecated
Comment 4•20 years ago
|
||
See:
http://www.activewidgets.com/javascript.forum.4942.3/grid-widget-looking-bad-in.html
So I think this is a problem with the site's layout.
Component: JavaScript Console → Layout
Product: Firefox → Core
QA Contact: javascript.console → layout
Version: unspecified → Trunk
Comment 5•20 years ago
|
||
*** Bug 315426 has been marked as a duplicate of this bug. ***
At first I though to confirm this bug, because there is a small visual glitch in the example refered to above.
However, the current version of the widget package does not include this bug and works fine otherwise as well.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•