MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

space bar doesnt work in forum posts  (Mono Support )

Viewed 17453 time(s), 6 post(s) 6/3/2014 8:14:02 AMby panos.pag
panos-pag

panos.pag

6/3/2014 8:15:58 AM
We recently upgraded to MonoX v4.9.40.4845 [12/25/2013], DB v4.7.3842 and we have noticed that while typing in the "enter your post" text area in a forum topic the space bar (that separates words) doesn't work in any of the major browsers. 

This is our site: http://social.clipflair.net/

Could you please help?

Thanks,
Panos
This content has not been rated yet. 
390 Reputation 35 Total posts
panos-pag

panos.pag

6/3/2014 8:30:16 AM
Sorry about this, we just found out that this is a conflict problem with this script for custom scrollbars 
<script src="/MonoX/Scripts/jquery.nicescroll.min.js"></script>
<script src="/MonoX/Scripts/jquery.nicescroll.plus.js"></script>
This content has not been rated yet. 
390 Reputation 35 Total posts
panos-pag

panos.pag

6/3/2014 8:38:25 AM
//scrollbar
 $("html").niceScroll({styler:"fb",cursorcolor:"#000",spacebarenabled:false});

(added spacebarenabled:false for now and we''ll see...)


Rated 5.00, 1 vote(s). 
390 Reputation 35 Total posts
Zoomicon

Zoomicon

6/3/2014 11:42:30 AM

http://stackoverflow.com/questions/21998789/livefyre-textarea-scrolls-to-bottom-on-spacebar
</br>
</br>this seems to be the fix that works
</br>
</br>btw, NiceScroll jQuery plugin is very cool, especially for touch (http://areaaperta.com/nicescroll/)

can see it integrated in MonoX at http://social.clipflair.net (the two big arrow up/down indicators shown at our site are custom indicators that you can scroll up/down, not part of NiceScroll)

the skin and code from our site is opensource in case other MonoX users like it (implied one will remove our branding/logos and give some credit somewhere ;-) - http://clipflair.codeplex.com (can get the social stuff at /Server/ClipFlair.Social subfolder of the source)

Rated 5.00, 1 vote(s). 
2793 Reputation 345 Total posts
khorvat

khorvat

6/4/2014 9:06:50 PM
So this issue is related to your custom "nice" scroll bar implementation and not MonoX core functionality ? Please confirm this so we can close this issue or continue investigating.

Thanks
This content has not been rated yet. 
15993 Reputation 2214 Total posts
Zoomicon

Zoomicon

6/5/2014 10:18:47 AM

it was related to NiceScroll.js (http://areaaperta.com/nicescroll/) indeed and needed an init param at the master page to tell it to not use space key for scrolling up/down since it interfered with the rich text editor

This content has not been rated yet. 
2793 Reputation 345 Total posts