RESOLVED FIXED 14514
Add full URL view on mouseOver in the network page
https://bugs.webkit.org/show_bug.cgi?id=14514
Summary Add full URL view on mouseOver in the network page
Oncleben31
Reported 2007-07-03 11:38:03 PDT
To be very handy, we have to be able to read the full URL in the network page. In the current version we are able to read the last part of the URL A solution could be to add a roll-over effect when mouseOver event on the short URL.
Attachments
Patch to have the full URL on mouseOver (2.00 KB, patch)
2007-07-03 11:40 PDT, Oncleben31
sam: review-
Update of Patch to add ChangeLog info (2.16 KB, patch)
2007-07-05 00:45 PDT, Oncleben31
aroben: review-
patch (1.21 KB, patch)
2008-01-30 11:38 PST, Matt Lilek
aroben: review+
Oncleben31
Comment 1 2007-07-03 11:40:56 PDT
Created attachment 15370 [details] Patch to have the full URL on mouseOver Patch to have the full URL on mouseOver just with CSS and HTML hack
Adam Roben (:aroben)
Comment 2 2007-07-04 20:17:20 PDT
Comment on attachment 15370 [details] Patch to have the full URL on mouseOver It would probably good to have a 1px border around the em.
Sam Weinig
Comment 3 2007-07-04 20:22:49 PDT
Comment on attachment 15370 [details] Patch to have the full URL on mouseOver Please make sure to include you set the EMAIL_ADDRESS environment variable before creating the ChangeLog and to fill in the ChangeLog with information such as the bugzilla url and title and summary of changes made.
Adam Roben (:aroben)
Comment 4 2007-07-04 20:28:29 PDT
If you just set a title attribute on the .network-file element, a tooltip will appear automatically. Then you don't need your "CSS and HTML hack"
Adam Roben (:aroben)
Comment 5 2007-07-04 20:29:52 PDT
This is what we do for resources in the left sidebar, so it'll have the added benefit of being consistent with other parts of the UI.
Timothy Hatcher
Comment 6 2007-07-04 20:39:07 PDT
Why not just use a title attribute on the link to get a tooltip for free? This will match what we already do for the sidebar.
Timothy Hatcher
Comment 7 2007-07-04 20:39:48 PDT
/me should read comments before he comments.
Oncleben31
Comment 8 2007-07-05 00:21:42 PDT
> If you just set a title attribute on the .network-file element, a tooltip will > appear automatically. Then you don't need your "CSS and HTML hack" Using tooltip was my first idea but they doesn't appeared in my Safari (on my mac and on Windows), I've search in the preference : nothing. I search on Internet and I found "defaults write com.apple.Safari WebKitShowsURLsInToolTips 1" This trick doesn't seem to work on Safari for Windows, I've to test on a mac. If user have to hack Webkit to have tooltip working, I think my solution is better. Moreover my solution allow to debate and find the best CSS design for the tool tip (color, position). What is you point of view ?
Adam Roben (:aroben)
Comment 9 2007-07-05 00:26:25 PDT
(In reply to comment #8) > Using tooltip was my first idea but they doesn't appeared in my Safari (on my > mac and on Windows) Tooltips should work fine in Safari on OS X. Tooltips are not yet supported in Safari on Windows (see bug 14143). This will eventually be fixed, so I still believe the title attribute is the right way to go.
Oncleben31
Comment 10 2007-07-05 00:45:46 PDT
Created attachment 15393 [details] Update of Patch to add ChangeLog info In reponse of comment
Maciej Stachowiak
Comment 11 2007-07-05 22:59:57 PDT
I agree with Adam that this should use the title="" attribute. Please try a fix along those lines.
Adam Roben (:aroben)
Comment 12 2007-07-06 01:54:43 PDT
Comment on attachment 15393 [details] Update of Patch to add ChangeLog info Please change to using a title attribute for consistency with the existing UI.
Adam Roben (:aroben)
Comment 13 2008-01-29 11:02:30 PST
Matt Lilek
Comment 14 2008-01-30 11:38:15 PST
Adam Roben (:aroben)
Comment 15 2008-01-30 11:49:48 PST
Comment on attachment 18793 [details] patch r=me
Matt Lilek
Comment 16 2008-01-31 16:50:28 PST
Committed revision 29901.
Note You need to log in before you can comment on or make changes to this bug.