Closed Bug 321851 Opened 20 years ago Closed 18 years ago

20six.co.uk - Inline rich text editor of 20six doesn't work with SeaMonkey

Categories

(Tech Evangelism Graveyard :: English Other, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: tanguy.christian, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051219 SeaMonkey/1.0b Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051219 SeaMonkey/1.0b The inline editor of 20six blogging platform (20six.fr, 20six.co.uk) doesn't not work with SeaMonkey beta : - this editor's buttons do not show properly - you can not save the rich text part of your note Reproducible: Always Steps to Reproduce: 1. Go to http://www.20six.co.uk/ 2. Everyone can use this blog : Username "seemonk", password "seemonkkey", Press "Login" 3. Press "New Entry" 4. Title "Test" Text "Text of the article" 5. Press submit Actual Results: After step 3. The editor button are not drawn as they should be After step 5. The text of the article is blank Expected Results: Prettier buttons Text of the article should be "Text of the article" * It works with Firefox 1.5 and with previous Mozilla suite (1.7.12) * 20six is a popular blogging platform in France
in http://www.20six.co.uk/__/easyPost_browserdetect.js it attempts to sniff out specific browsers but doesn't know about SeaMonkey, so it gets isGecko=true, but that's it. in http://www.20six.co.uk/__/easyPost_richtext.js (in writeRTE) if (browser.isMozilla || browser.isFirebird || browser.isNS) { var buttonStyle="noMenuButton"; } else { var buttonStyle="menuButton"; } so SeaMonkey gets a different button styling than other gecko browsers (and it looks bad) That test is crying out to test for gecko instead of specific Apps. Spoofing the user agent would fix it. The submitting content being blank is harder to diagnose since I can't see what's happening on the server, but I can tell you that the last nightly build claiming to be Mozilla (from 2005-07-02) works and the first build claiming to be SeaMonkey (from later in the same day) doesn't work. I'd guess that spoofing the user agent would fix that as well. ==> Tech Evang
Assignee: general → english-other
Status: UNCONFIRMED → NEW
Component: General → English Other
Ever confirmed: true
OS: Windows XP → All
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → english-other
Summary: Inline rich text editor of 20six doesn't work → 20six.co.uk - Inline rich text editor of 20six doesn't work with SeaMonkey
Blocks: geckoisgecko
This currently works fine when spoofing as Camino. Gerv
No longer blocks: geckoisgecko
works in SeaMonkey as well. The JS files I referenced in comment 1 no longer exist, so they probably re-wrote their site.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Looks like it's working fine in a real Camino too.
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.