The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Fun bug in FireFox

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jared Richardson

Posts: 1031
Nickname: jaredr
Registered: Jun, 2005

Jared Richardson is an author, speaker, and consultant who enjoys working with Ruby and Rails.
Fun bug in FireFox Posted: Feb 6, 2007 5:17 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Jared Richardson.
Original Post: Fun bug in FireFox
Feed Title: 6th Sense Analytics
Feed URL: http://www.6thsenseanalytics.com/?feed=rss
Feed Description: The 6th Sense Analytics corporate blog
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Jared Richardson
Latest Posts From 6th Sense Analytics

Advertisement

This took me several days to dig out, so I thought I'd blog it and maybe save someone else the research time we lost.

FireFox truncates your HTML to 4,906 characters when you're creating HTML elements (createElement). So when you're developing, it looks like you're seeing random HTML weirdness. By the time you've got 4k of data, it's pretty complicated page. Large tables with many fields, divs, CSS, and all that good stuff, so the truncation looked pretty random to us.

I found a fix for it Prototype, which we were already using. It's also been addressed in Rails (Changeset 5568).

We encountered the bug in FireFox 1 and 2, so it might not being going anywhere...

I hope this saves someone a few hours of digging!

Read: Fun bug in FireFox

Topic: Beginners' Guide To Ruby On Rails Previous Topic   Next Topic Topic: A brief update with some numbers for hardware load-balanced mongrels

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use