Developer Blogs: CSS screwed up in Firefox 1.0/1.5

If you have any 'mechanical' forum or Joomla! sites related issues/suggestions, please contact the Sites & Infrastructure Workgroup here.

Moderators: brad, Tonie

Forum rules
Forum Rules
READ ME <-- please read before posting, this means YOU.
Post Reply
User avatar
CirTap
Joomla! Intern
Joomla! Intern
Posts: 73
Joined: Mon Dec 12, 2005 5:34 pm
Contact:

Developer Blogs: CSS screwed up in Firefox 1.0/1.5

Post by CirTap » Tue Aug 29, 2006 8:23 am

Hi,

I thought I drop this note here, since the issue "appears" in this project's documentation -- more or less :)
Besides that: kudos and greatest respect for the great work of the Documentation Team and of course, the Developers!! You girls and guys really rock!

However, I dunno if it's just a spooky occult coincidence in each setup of all the browser I used and tried to verify (WInXP/pro with FF1.0.8 + FF1.5.0.6, MSIE 6, Opera 8.5/9) or a general symptom - but if so, why has no one ever noticed? ???

In Firefox and Opera the user-comment form in the Developer Blogs cause the page to widen up to the extreme, rendering half of the information unreadable as it disappears to the right of the window, requires to scoll horizontal or resize the window to ~2200px .. glad to have dual-screens  8)
In MSIE the content drops down below the navigation (float error I presume) and requires to scroll down everytime.

With the help of the Firefox WebDeveloper extension I was able to apply a User Stylesheet to fix this, but it's annoying to re-apply it on every (new) page request.

I added two screenshots to depict the problem I'm facing here every day and an image of the fixed layout using this small piece of user-CSS mentioned above:

Code: Select all

#commentform {
   width:500px!important;
}
#comment {
   width:500px !important;
}



I was playing with percentage to no avail, only pixels solved the problem which is fine for me. Since this "only" affects the width of the input fields, I believe it's an acceptable drawback if the remaining 99% of information and content become readable.

Have fun,
CirTap
Attachments
devblog-fixed.png
devblog-messed.png
You can have programs written fast, well, and cheap, but you only get to pick 2 ...

"I love deadlines. I like the whooshing sound they make as they fly by." Douglas Adams

User avatar
Predator
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 220
Joined: Wed Aug 17, 2005 10:12 pm
Location: Germany-Bad Abbach
Contact:

Re: Developer Blogs: CSS screwed up in Firefox 1.0/1.5

Post by Predator » Tue Aug 29, 2006 3:02 pm

Have checked this with FF 1.5.0.6 / Opera 9.01 / IE 6 / Konqueror on my Linuxbox and can't reproduce this.

Brad or Tonie can you confirm this, because i can't.
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D

User avatar
Tonie
Joomla! Ace
Joomla! Ace
Posts: 1585
Joined: Thu Aug 18, 2005 7:13 am
Contact:

Re: Developer Blogs: CSS screwed up in Firefox 1.0/1.5

Post by Tonie » Tue Aug 29, 2006 3:27 pm

Never seen this before, not on my Linux box with FireFox, and not on my Windows XP box with IE or FF.
Antonie de Wilde - Forum admin

User avatar
CirTap
Joomla! Intern
Joomla! Intern
Posts: 73
Joined: Mon Dec 12, 2005 5:34 pm
Contact:

Re: Developer Blogs: CSS screwed up in Firefox 1.0/1.5

Post by CirTap » Tue Aug 29, 2006 4:11 pm

hmmm.. I wish you guys didnt's say that  :-\
just for the records, I checked ye elde Netscape 7.1 who again has a different idea of how to render the page, and Netscape 8.1, more obviously joins his cousin FF.

now here comes the best part: I just checked the site in FF1.0 and 1.5 with my laptop (XP Home), super-blank new profile for both... the page looks nice! reload them here: messed up.
this is getting bizzare, especially since Opera 9(!) also behaves like the new Geckos  :( otherwise I'd say one of the FF extensions is to blame (which I'll try to verify later after seeing the effect on my laptop)

Any ideas, how it comes that 5 (7) different browsers from three vendors are affected, and ONLY on this particular site?  :'(
I browse a lot and see a lot, and I (obviously) make websites myself. if there'd been a general problem with the CSS rendering of these apps I bet I had noticed before. The blogs have been "bothering" me with this since I found them, it's just today I though I tell somebody.

desperate...
CirTap
Attachments
devblog-messed-ns8.png
devblog-messed-ns7.png
Last edited by CirTap on Tue Aug 29, 2006 4:12 pm, edited 1 time in total.
You can have programs written fast, well, and cheap, but you only get to pick 2 ...

"I love deadlines. I like the whooshing sound they make as they fly by." Douglas Adams


Post Reply