TWebListControl and onItemClick problem when item contains html tag inside

Hi,

An issue like in topic, when the item.text contains e.g. div inside the onItemClick is not fired.

See my example project for repro.
weblistcontrol.zip (9.0 KB)

Most likely the DIV doesn't let the mouse click propagate to the SELECT OPTION item. Try to set the css style
pointer-events:none
on this DIV

Ok ... thx ... it solves the problem.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.