--- In [email protected], "revelonshift" <[EMAIL PROTECTED]> wrote:
> I recently tried to substitute a lot of positioned text by tspan and > catching events for them <tspan> by common onclick="foe()" handlers, > but it seems it is not working in FFX/Mozilla, other browsers work. > It is Mozilla limitation? And is there some better way to have one > line with many words, each word having different listener? I can't find any bug mentioning that or the feature page telling that but I don't get tspan onclick fired with Firefox 1.5 on Windows XP. It works with a Firefox trunk nightly. What works for me with Firefox 1.5 is to put the onclick hanlder on the parent text element and then check evt.target there, that is then a tspan element. ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

