Hello,

I think that I have found a bug in KSS.


<a href="/xxx" class="nb">
<img src="http://myimage"; alt="edit" />
</a>

If I click on the image firebug logs follow information
"Ignored bubbling event for event [click], target [IMG], EventRule #1
mergeId [@@0@@click]"
and reloading the page.

Follow constriction works:
<a href="/xxx" class="nb">
edit
</a>

My kss:
.nb:click {
evt-click-preventdefault: true;
action-server: nb;
nb-editMode: 8;
}

The KSS seems to be different. It depends on image or text in the <a> tag.

Any Ideas?
_______________________________________________
Kss-devel mailing list
[email protected]
http://codespeak.net/mailman/listinfo/kss-devel

Reply via email to