In a content editable page right clicking within a div highlights all content within the div
5 views
Skip to first unread message
Eshwar Rao
unread,
Dec 6, 2010, 4:39:09 AM12/6/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firefox Users
Open the following page in firefox. In a separate tab open another
page, highlight some content and copy it. Move back to the original
tab and try pasting the content. Whenever you right click in the area
which is within the div tags the whole content between them gets
highlighted.
"<html> <head><title>edit area</title></head> <body
contenteditable="true"> <div style="font-family: 'Times New Roman';
font-size: 16px;">These are a few of
my<br>favourite<br>things :<br><br></div> </body> </html>"