CLOSED FIXED 26503
Regression: Page no longer renders table with data
https://bugs.webkit.org/show_bug.cgi?id=26503
Summary Regression: Page no longer renders table with data
Douglas Yung
Reported 2009-06-17 18:53:58 PDT
I use a subscription service (www.expertflyer.com), and recently with nightly build #44552 a page that previously rendered correctly in nightly build #44524 no longer renders. I can see the data is in the page by examining the page's source code, but it is not being rendered.
Attachments
Repro page (114.07 KB, text/html)
2009-06-17 18:55 PDT, Douglas Yung
no flags
Douglas Yung
Comment 1 2009-06-17 18:55:19 PDT
Created attachment 31482 [details] Repro page Added html page that should be able to repro the issue without subscribing to the service.
Alexey Proskuryakov
Comment 2 2009-06-21 00:03:18 PDT
This happens because we now have an incomplete implementation of JSON object, which confuses the web site.
Oliver Hunt
Comment 3 2009-06-22 21:34:36 PDT
Fixed now that 26587 is completed. Please verify in current nightly :D
Douglas Yung
Comment 4 2009-06-23 01:33:12 PDT
Verified the table is now correctly rendering in build r44932.
Note You need to log in before you can comment on or make changes to this bug.