| Author |
Topic Search Topic Options
|
javi712
Senior Member
Joined: 22 May 2003
Location: United States
Status: Offline
Points: 488
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 March 2006 at 4:48pm |
|
Ahhh, now I see what you mean. I did a test and it does come out fine with firefox.
Question:
IE is the most popular browser out there... its still at 85.5% mark worldwide (weather we like it or not). Knowing this, why would you code things in a way that will not look or function correctly on the most popular browser used?
Now I'm a Firefox guy myself (I can't stand IE) so I'm with you on coding in a way to make it look good in firefox, but that just seems a bit radical no?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 March 2006 at 4:57pm |
|
If you look at the latest stats IE is way below 85% of the market share, somewhere more around 60% now:-
http://www.w3schools.com/browsers/browsers_stats.asp
I do still write the code to work in IE, but to be honest it is such a bad browser I often spend more time trying to get round the bugs in IE than I do writing the code in the first place. With the RTE I probably lost months in time getting around IE's bugs.
IE is promising to sort out allot of these issues with IE7, although from running the beta version I find it more buggy and worse than before.
I do try and find solutions to these types of bugs in IE and find work around for them, but to be honest it drives me mad and the amount of time I spend on this is ridiculous.
I am looking into the issue, but as I have already spent the best part of around 20 hours on trying to get the quote blocks to work correctly in IE I'm still happy at the moment it works at all.
Dropping the single line spacing in IE would help allot and after spending 3 days on sorting out the quote blocks when posting in IE about a month ago I did almost resort to doing this, but decided people liked the single line spacing to much now to drop it.
However, because the quote blocks are produced by filtering the post on the fly, when I do find a solution it should sortout the issue with the present posts.
|
 |
javi712
Senior Member
Joined: 22 May 2003
Location: United States
Status: Offline
Points: 488
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 March 2006 at 5:25pm |
|
cool! I didn't mean in any way to tell you to find a solution now. I know you are busy and we all appreciate all your hard work.
I was just wondering if you were leaning towards firefox or IE or both when coding.
Thanks for the explanation!
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 March 2006 at 5:33pm |
|
I've always coded for both but after seeing how appalling IE7 is I really can't see people wanting to use it, and it's nailed the lid in the coffin for me as far as IE is concerned.
Only time will tell if more people will change and move away from IE when IE7 is released (I'm hoping they will).
Most people I find who still use IE only do so because they didn't know you can use an alternative.
For the time being I'm coding not just for Firefox, but IE, Opera, and Safari, as these are the 3 most popular browsers, oh and Netscape, but that just uses the Firefox and IE engines anyway.
|
 |
JasonPEC
Newbie
Joined: 02 March 2006
Location: United States
Status: Offline
Points: 19
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 March 2006 at 8:14pm |
|
I tried it with Firefox and it worked fine. Thanks for the info.
|
 |
donstar
Newbie
Joined: 04 January 2004
Location: Scotland
Status: Offline
Points: 35
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 June 2006 at 11:42pm |
JasonSGN wrote:
I noticed a problem when quoting two quotes. The third unquoted response shows up in the quote.
Here's what I mean:
Test Post 1 was a post that was quoted by Post Test 2. Test Post 1 and Test Post 2 were both quoted in the response Test Post 3, yet Test Post 3 shows up in the quoted box. I hope I'm explaining this clearly.
Jason wrote:
Jason wrote:
Test Post 1 |
Test Post 2
|
Test Post 3 |
Not sure if this relevant or not, but I noticied if I put a line break after each ] in the quoted post it displays correctly using IE6
|
 |
bims
Groupie
Joined: 03 May 2004
Location: United Kingdom
Status: Offline
Points: 115
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 June 2006 at 4:49pm |
|
Sorry, i'm having the same issue. Is there a workaround? The solution above doesn't seem to work for me..
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 June 2006 at 7:19pm |
|
The solution is to remove the code that forces IE to only move by 1 line when you hit the 'Enter' key.
If you remove the code that does this it will fix the problem, but you will be left with IE's double line spacing when you hit the 'Enter' button when using it's RTE API, which is used for the WYSIWYG Editor.
|
|
|
 |