Personal tools
You are here: Home   Bugs   removeClass clickalible  
 
Document Actions

#32 — removeClass clickalible

State Unconfirmed
Release: 1.4
Area Server side kss.core
Issue type Bug
Severity Medium
Submitted by (anonymous)
Submitted on 2008-10-09
Responsible
Target release:
Return to tracker
Last modified on 2008-10-09
If i remove clickalible class with kss server-method. The element is still clickalible. So i have to replace html with replaceHTML


Steps to reproduce:
HTML

<p id="inlineEdit1" class="inlineEdit kssattr-a-1 kssattr b-2">test</p>

--
KSS

.inlineEdit:click {
   evt-click-preventdefault: true;
   evt-click-allowbubbling: true;
   action-server: inlineEdit;
)

--

server-method
     core=getKSSCommandSet('core').removeClass('#inlineEdit1', 'inlineEdit')
     core=getKSSCommandSet('core').replaceInnerHTML('#inlineEdit1', 'test2')
Added by (anonymous) on 2008-10-09 15:45
This feature (awaited if you think CSS-like) is not available with KSS.

You chose the only workaround !