Bug 26503

Summary: Regression: Page no longer renders table with data
Product: WebKit Reporter: Douglas Yung <doug1257>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal CC: oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://www.expertflyer.com/air/fareInformation.do
Bug Depends on: 26587    
Bug Blocks:    
Attachments:
Description Flags
Repro page none

Description Douglas Yung 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.
Comment 1 Douglas Yung 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.
Comment 2 Alexey Proskuryakov 2009-06-21 00:03:18 PDT
This happens because we now have an incomplete implementation of JSON object, which confuses the web site.
Comment 3 Oliver Hunt 2009-06-22 21:34:36 PDT
Fixed now that 26587 is completed.

Please verify in current nightly :D
Comment 4 Douglas Yung 2009-06-23 01:33:12 PDT
Verified the table is now correctly rendering in build r44932.