5 replies [Last post]
gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 14 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

In my ramblings through the cloud, I ran into a css3 wish-list bug filed against Firefox. See Bug 378217 implement css3 'border-image' property.

In this case, the first reporter also began the process of writing the code that would support the css3 property. I found the whole process interesting, from the first bits of new code, through the back and forth discussions as it developed, to the final testing and resolution.

If you've not followed the bug fix process all the way through, this will give you some appreciation of the hurdles that must be jumped.

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 21 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

I've had an implicit

I've had an implicit understanding for a while of just how complex coding a browser/parser must be, browsers seem simple and people moan that rendering is not always perfect (recent thread by someone about css implementation) if only they had a feel for how difficult it is, they might not moan so much? Perhaps they should be directed to this as an example of what can be involved?

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Stomme poes
Stomme poes's picture
Offline
Elder
Netherlands
Last seen: 11 years 32 weeks ago
Netherlands
Timezone: GMT+2
Joined: 2008-02-04
Posts: 1854
Points: 378

I've moaned considerably

I've moaned considerably about a couple of FF bugs... I'm no programmer so all I can do is deal with the smelling end, but I have read mailing lists with some Mozilla guys, esp about the legend issue... and basically there were guys saying that being able to move the legend wasn't really in the spec and it's really hard to change etc. I can believe it's hard to change. Only thing is, when it's that hard to change, everyone can just stop with the "FF is better and reacts more quickly because it's Open Source and has a bazillion pairs of eyes on it!" when the small, closed-source Opera dudes seem to be able to fix lots of issues rather quickly (maybe why Opera differs so much from build to build?).

I'm no expert, but I fake one on teh Internets

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 21 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Opera is an very much

Opera is an very much underestimated browser which I have been saying for some time, it appears to be quite avant guard blazing a trail where others follow on after; sadly due to a few buggy episodes in version releases we tended to mock it and decry it's efforts, I think it's rapidly becoming quite stable and usable.

Has no one noticed 'Dragonfly' ? remarkably similar to Firebug Smile an obvious coincidence though, it works just as well with a one improvement, css cascade shows browser default styles for given element firebug doesn't, and lacks sadly the padding/margin view on elements when hovering Dom nodes, regardless Opera comes of age as a developers browser.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

MikePixel
MikePixel's picture
Offline
Enthusiast
Everett, WA
Last seen: 8 years 50 weeks ago
Everett, WA
Timezone: GMT-7
Joined: 2008-06-20
Posts: 91
Points: 8

I have to agree about Opera.

I have to agree about Opera. I remember I wasn't very impressed with it a while back, but I find I like it and use it a fair amount as of late.

There are updates for Opera out all the time. They really try to fix the bugs and issues.

I also like the different views, like author view and user view.

Tyssen
Tyssen's picture
Offline
Moderator
Brisbane
Last seen: 8 years 34 weeks ago
Brisbane
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8201
Points: 1386

Hugo wrote:Has no one

Hugo wrote:

Has no one noticed 'Dragonfly' ? remarkably similar to Firebug

I looked at it a while back but didn't get it much of a run as it didn't have live updates (and wasn't dockable). Live updating has been added to Alpha 3 which has just been released I think.

I've been using Opera as my mail client for about 4 years now but it was only when I realised that it also had a built-in feed reader that I really started using it a lot. It's obviously leading the way in features because a lot of its functionality has now added to Firefox via extensions.

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference