Skip to main content
Topic: More Smileys Box slider doesn't work (Read 1834 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

More Smileys Box slider doesn't work

When I bring up the more smileys box the slider doesn't work correctly.  It highlights when I hover over it but rather than slide the slider when I click and try to move it it the entire window moves instead.  That is rather than scrolling through smileys I just drag the window around my desktop.

Clicking to either side of the slider handle does scroll the box back and forth though.

Re: More Smileys Box slider doesn't work

Reply #1

Darn stuff!! :P
 emanuele feels guilty.

In jquery.sceditor.elkarte.js, replace:
Code: [Select]
$('.sceditor-smileyPopup').draggable();

with
Code: [Select]
$('.sceditor-smileyPopup').draggable({handle: '.sceditor-popup-grip'});
Should fix it.
Bugs creator.
Features destroyer.
Template killer.

Re: More Smileys Box slider doesn't work

Reply #2

Yes it did.  Thanks.