Bug 14980 - Main document resource missing from Inspector resource list on iphone.facebook.com after initially logging in
Summary: Main document resource missing from Inspector resource list on iphone.faceboo...
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://iphone.facebook.com/
Keywords: InRadar, NeedsReduction
Depends on:
Blocks:
 
Reported: 2007-08-15 16:30 PDT by David Kilzer (:ddkilzer)
Modified: 2010-03-21 14:34 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2007-08-15 16:30:23 PDT
* SUMMARY
After logging in to iphone.facebook.com via desktop Safari, bringing up the Inspector shows no source code and does not highlight anything on the web page.

* STEPS TO REPRODUCE
1. Launch desktop Safari.
2. Go to URL:  http://iphone.facebook.com/
3. Log in to your Facebook account.
4. Right-click anywhere on the page, select "Inspect Element".

* EXPECTED RESULTS
Web Inspector comes up, shows HTML source, and highlights the element you clicked on.

* ACTUAL RESULTS
Web Inspector comes up, but does not show any HTML source and doesn't highlight anything on the page.

* REGRESSION
Only tested with a local debug build of WebKit r25099 with Safari 3 Public Beta v. 3.0.3 (522.12.1) on Mac OS X 10.4.10 (8R218).
Comment 1 Adam Roben (:aroben) 2007-08-15 16:51:49 PDT
When I tried this, it looked like all the resources were listed in the resource list except for the main document. Refreshing the page caused all the resources to appear as expected. Is it the same for you, Dave?
Comment 2 David Kilzer (:ddkilzer) 2007-08-15 16:53:26 PDT
(In reply to comment #1)
> When I tried this, it looked like all the resources were listed in the resource
> list except for the main document. Refreshing the page caused all the resources
> to appear as expected. Is it the same for you, Dave?

Yes, I confirm this behavior.

Note that the overlapping elements in the layout are due to the fact that IUI uses 'box-sizing' instead of '-webkit-box-sizing'.

Comment 3 Adam Roben (:aroben) 2008-01-29 11:03:39 PST
<rdar://problem/5712848>
Comment 4 Brian Weinstein 2009-10-28 18:34:11 PDT
I'm not able to reproduce this anymore, when loading iphone.facebook and logging in, I get redirected to touch.facebook.com, where touch.facebook.com doesn't show up as a document, but as an "Other", which is a bug, but a different bug.
Comment 5 Timothy Hatcher 2009-10-28 19:35:54 PDT
Showing up as "Other" is the ame bug as the original. The UI for the old Inspector just show this differently back in the Safari 3 beta.
Comment 6 Alexander Pavlov (apavlov) 2010-03-18 07:25:13 PDT
ToT: inspected element is highlighted in the Elements panel. The iphone.facebook.com shows up as "Other" because this is how we currently track redirects (note its "302 Found" status code), thanks to pfeldman's WI improvements last year.
Comment 7 David Kilzer (:ddkilzer) 2010-03-21 14:34:27 PDT
Verified fixed.