Closed
Bug 431974
Opened 17 years ago
Closed 17 years ago
Bonsai shouldn't sniff for NS4 or IE4
Categories
(Webtools Graveyard :: Bonsai, defect)
Webtools Graveyard
Bonsai
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ajschult784, Assigned: ajschult784)
References
Details
Attachments
(2 files)
|
12.14 KB,
patch
|
Details | Diff | Splinter Review | |
|
10.80 KB,
patch
|
bear
:
review+
|
Details | Diff | Splinter Review |
Bonsai tries to sniff for NS4 and IE4. If it doesn't grok the useragent, it assumes the browser is capable of not much more than tables. The attached patch basically hardcodes use_layers=0 and use_dom=1. IE is still sniffed out to use the appropriate type for javascript. I pity the foo who still uses NS4 or IE4.
| Assignee | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Attachment #319115 -
Flags: review?(bear) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
:( i still use n4 at times. i'm not sure i could even find ie4 except on my w98 partition.
| Assignee | ||
Comment 4•17 years ago
|
||
> :( i still use n4 at times.
Why? And you use it to access bonsai? Beyond not having the checkin comments, how does it look?
Comment 5•17 years ago
|
||
Supporting an unsupported browser doesn't make real sense. Which percentage of current websites NS4 is unable to display correctly anyway? 90%?
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•