1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
4 <TITLE> Webkit bugzilla repro movie: #
7156 </TITLE>
5 <META NAME=
"Author" CONTENT=
"Aldo Hoeben">
6 <style type=
"text/css">
10 border: 1px solid black
;
16 <P
>Repro movie for bug
<a href
="http://bugs.webkit.org/show_bug.cgi?id=7156">#7156</a
></P
>
18 <div
>The behaviour of editable links is controlled by the user default WebKitEditableLinkBehavior
. This can be set via a private WebPreference
. If the preference is OnlyLiveWithShiftKey
, then the link will only be active when the shift key is pressed
(WinIE
/Firefox behaviour
). If the preference is WebKitEditableLinkAlwaysLive or WebKitEditableLinkDefaultBehavior
, then the link is always active
(Safari
2.0 behaviour
). Finally
, if the preference is WebKitEditableLinkLiveWhenNotFocused
, the link will only be live if the selection before clicking on the link is not in the same editable block as the link
.</div
>
20 <div
>Also
, when a link is
'live' it can be dragged as a link
, and when the link isn
't 'live
', dragging a link just performs a normal text selection.
23 <div id="editable" contentEditable="true">
25 <p><a href="about:blank">Test link</a></p>