Menu

#204 Text selection disabled when click ...

open
nobody
5
2002-02-06
2002-02-06
No

In IE, when click on a link (or directly on a layer)
contained in a draggable layer the selection of any
text is disabled.

The problem is in the file dragevent.js, in the
function DragEvent.docListener.onmouseup:

the event handler for body.onselectstart is set to
null AFTER the function returns in case of non-
dragging (i.e. a click event).
Correct is BEFORE returning from function because
otherwise the selection handler keeps returning false
for every selection.

The DynAPI version I'm using is 2.5.7.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.