[Kss-devel] Kss BUG? Text and Image in a-tag
Vladislav Vorobiev
mymir.org at googlemail.com
Tue May 20 14:19:08 CEST 2008
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?
More information about the Kss-devel
mailing list