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 )

18431 put(a) pogledan, 6 odgovor(a) 3.6.2014. 8:14:02Kreirao(la) panos.pag
panos-pag

panos.pag

3.6.2014. 8: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
Ovaj sadržaj još nije ocijenjen. 
390 Reputacija 35 Ukupno objava
panos-pag

panos.pag

3.6.2014. 8: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>
Ovaj sadržaj još nije ocijenjen. 
390 Reputacija 35 Ukupno objava
panos-pag

panos.pag

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

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


Ocjena 5,00, 1 glas(ova). 
390 Reputacija 35 Ukupno objava
Zoomicon

Zoomicon

3.6.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)

Ocjena 5,00, 1 glas(ova). 
2793 Reputacija 345 Ukupno objava
khorvat

khorvat

4.6.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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
Zoomicon

Zoomicon

5.6.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

Ovaj sadržaj još nije ocijenjen. 
2793 Reputacija 345 Ukupno objava