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 18501 time(s), 6 post(s) 03.06.2014 08:14:02by panos.pag
panos-pag

panos.pag

03.06.2014 08:15:58
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
Dieser Inhalt wurde noch nicht bewertet. 
390 Reputation 35 Total posts
panos-pag

panos.pag

03.06.2014 08:30:16
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>
Dieser Inhalt wurde noch nicht bewertet. 
390 Reputation 35 Total posts
panos-pag

panos.pag

03.06.2014 08:38:25
//scrollbar
 $("html").niceScroll({styler:"fb",cursorcolor:"#000",spacebarenabled:false});

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


Bewertet mit 5,00, 1 Besucher. 
390 Reputation 35 Total posts
Zoomicon

Zoomicon

03.06.2014 11:42:30

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)

Bewertet mit 5,00, 1 Besucher. 
2793 Reputation 345 Total posts
khorvat

khorvat

04.06.2014 21:06:50
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
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
Zoomicon

Zoomicon

05.06.2014 10:18:47

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

Dieser Inhalt wurde noch nicht bewertet. 
2793 Reputation 345 Total posts