Closed
Bug 369649
Opened 19 years ago
Closed 19 years ago
The installation of CSS is kind of 'only the half way' - compare URL in Opera and IE
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: j.smolka, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1) Gecko/20061010 Firefox/2.0
If you compare the (second) page within different browsers, you will discover that the page view of - Sorry! - IE is the best one, the Opera view is between IE and Firefox and the page viewed in Firefox really looks not very well.
Didn't you state the full integration of CSS 2.0? Well, it seems not to work as it should work.
>> http://home.arcor.de/j.smolka/ibs/index.html <<
Reproducible: Always
Steps to Reproduce:
1. Put in http://www.ingenieurbuero.de.ms/
2. Or put in the URL of the second page directly http://home.arcor.de/j.smolka/ibs/index.html
3. Have a look at the second page in different browsers
Actual Results:
E. g. you will see big CSS-buttons where you should see small ones.
Expected Results:
A nice page view like that one in IE. (Sorry again!)
Comment 1•19 years ago
|
||
In your stylesheets
http://home.arcor.de/j.smolka/ibs/css_js/ibs.tan.css
http://home.arcor.de/j.smolka/ibs/css_js/ibs.grey.css
you have specified
p.button
{
width: 120px;
height: 44px;
...
so that's the size we use to render the element.
The layout in Firefox is correct per the CSS 2.1 specification.
(The bug is in IE.)
-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•19 years ago
|
||
Hi Mats,
Many thanks for the fast reaction.
I really do not want to say you are wrong. But truly brood over the following, please: (I am NOT a Microsoft fan!)
- IE is still going strong
- It is still the commonly used browser
- In fact it is the de facto standard
So, from my point of view, a competing product must be at least as good as it (or better).
Now, have a look at the 'buttons' again. In IE as a matter of fact they looks very well, aren't they.
Shouldn't they look as well or maybe superior to IE in Firefox? Yes indeed! But as you can hardly believe the Firefox view is ugly, nasty and unsightly.
So I think it is the wrong way to only state: "The bug is in IE."
Maybe anybody should think about:
- Why is the view of the 'buggy IE' smugger than the view of 'good' Firefox?
- What can we do to be better than 'buggy IE'?
- ...
Best Regards,
Juergen
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 3•19 years ago
|
||
We implement what the standard says: http://www.w3.org/TR/CSS21/
If you think your page is ugly then change your stylesheets to get the layout
you desire.
-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 5•19 years ago
|
||
Okay, no problem.
I mustn't use Firefox!
And it is easy to advice people to use Microsoft InternetExplorer (the best).
So long,
JS
Resolution: INVALID → WORKSFORME
Comment 6•19 years ago
|
||
The bug is INVALID since the bug is a problem with the page, not firefox.
Resolution: WORKSFORME → INVALID
| Reporter | ||
Comment 7•19 years ago
|
||
Microsoft InternetExplorer has no problem with the page.
Resolution: INVALID → WORKSFORME
| Reporter | ||
Comment 8•19 years ago
|
||
-> Leave as VERIFIED WORKSFORME
Comment 9•19 years ago
|
||
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
https://bugzilla.mozilla.org/page.cgi?id=fields.html#resolution
WORKSFORME doesn't make sense here. This is INVALID. There is no bug, we are rendering this exactly as we should
(as does Opera, and Safari for that matter).
The spec we are referring to is the W3C CSS spec, the one you indicate on the
first page that you are compliant with.
Resolution: WORKSFORME → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•