The Artima Developer Community
Sponsored Link

Agile 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 3:26 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Jared Richardson.
Original Post: Fun bug in FireFox
Feed Title: Jared's Weblog
Feed URL: http://www.jaredrichardson.net/blog/index.rss
Feed Description: Jared's weblog. The web site was created after the launch of the book "Ship It!" and discusses issues from Continuous Integration to web hosting providers.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Jared Richardson
Latest Posts From Jared's Weblog

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: Industry Misinterpretations 21: What do you use? Previous Topic   Next Topic Topic: Agile Practitioners Forum 2

Sponsored Links



Google
  Web Artima.com   

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