Skip to content

Conversation

scottgonzalez
Copy link
Member

ZOMG!

@scottgonzalez
Copy link
Member Author

We should remove this from all of the demos and the plugins now. Deprecate the methods in 1.9 and remove them in 2.0.

@scottgonzalez
Copy link
Member Author

Should fix #7737.

@scottgonzalez
Copy link
Member Author

Close #7735 as wontfix.

@gnarf
Copy link
Member

gnarf commented Oct 12, 2011

Agree - if we don't actually need it for anything... Why do we have it?

@scottgonzalez
Copy link
Member Author

Apparently someone thought we needed it...

@scottgonzalez
Copy link
Member Author

Quick testing in IE 6 shows that this causes selection regressions in the delayed draggable demos. Apparently we have to prevent the default action of mousemove all the time. We're currently only preventing it if we've already met the distance/delay tolerance. I'm not sure if there are any negative side effects to always preventing the default action.

@@ -142,7 +142,7 @@ $.widget("ui.dialog", {
.html( title )
.prependTo( uiDialogTitlebar );

uiDialogTitlebar.find( "*" ).add( uiDialogTitlebar ).disableSelection();
uiDialogTitlebar.find( "*" ).add( uiDialogTitlebar );
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole line should've been deleted.

@mikesherov
Copy link
Member

Is this landable now that the new site is launched?

@scottgonzalez
Copy link
Member Author

I think there needs to be another round of testing in IE. I don't remember if this was just an IE6 problem, but I'm assuming it wasn't.

@scottgonzalez
Copy link
Member Author

Testing PR notification.

@ClintYarborough
Copy link

disableSelection was causing issues in our site while using .sortable in IE9. When we call disableSelection after .sortable, in IE9 it makes the textboxes inside of the sortable divs unselectable, in Chrome and Firefox the textboxes are selectable. So far in our testing after removing the disableSelection line after .sortable I haven't seen any adverse affects.

@scottgonzalez scottgonzalez deleted the disableSelection branch January 29, 2015 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants