Bug 108974 - Giving focus to a link should cause its URL to be displayed in the status bar.
Summary: Giving focus to a link should cause its URL to be displayed in the status bar.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-02-05 13:11 PST by Leif Halvard Silli
Modified: 2016-10-21 23:47 PDT (History)
18 users (show)

See Also:


Attachments
Screenshot showing how focus does NOT display the URL in Safari’s Status bar. (59.44 KB, image/png)
2013-02-05 13:11 PST, Leif Halvard Silli
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leif Halvard Silli 2013-02-05 13:11:47 PST
Created attachment 186686 [details]
Screenshot showing how focus does NOT display the URL in Safari’s Status bar.

1. Jump to a link by pressing the Tabulator key
2. Now, check if the URL of the link is displayed
   in the browser’s Status bar.

Expected result: URL to be displayed in Status bar.
Actual result: Nothing happens.

Justification:

 A. Chrome(!), Opera, Firefox, IE behave as expected.

 B. Keyboard navigation is broken without this feature,
    as it means that users must anyhow use their mouse
    to hover above the link in order to be told
    about the URL address.

 C. While it is possible to use clever CSS to get this
    feature, it really should be implemented in the browser
    and not be added via user CSS or clever Web page authors.
Comment 1 Maciej Stachowiak 2013-02-05 23:11:59 PST
The status bar is controlled by the app, so ultimately this is likely to be an app bug rather than a WebKit bug per se.
Comment 2 Leif Halvard Silli 2013-02-06 08:20:37 PST
(In reply to comment #1)
> The status bar is controlled by the app, so ultimately this
> is likely to be an app bug rather than a WebKit bug per se.

I don't know where the border between app and engine goes, but I am happy to report it somewhere else, if that's needed.

That said, when I reported the bug to the developer of iCab.app, I got this reply:

"Unfortunately the web engine does not give any feedback
 when you jump from link to link using the Tab key."

So perhaps the issue is in the engine anyhow?
Comment 3 Radar WebKit Bug Importer 2016-10-21 23:47:00 PDT
<rdar://problem/28902799>