BLUI Open Source HTML5/JS/CSS HUD/UI

[QUOTE=Ragir;439979]
Thanks for the info! I will check out your suggestions, but since I’ve got someone who’s tackling similiar issues, I’ve found a wierd thing with javascript events.

I’ve got a <button> with simple :hover and :active styles, just for testing. Clicking on it in UE fires the CSS :active styling (it blinks white for me) every time. BUT! I’ve also got a onClick() on this button that runs a JS function and that one fires only sometimes. it has jquery append in it and it appends only every ~10 clicks or so. Looks like the CSS changes, but the onClick event doesn’t fire every time. Is this a known issue or am I doing something very wrong?

Ok, disregard, it was a stupid mistake of using triggermousedown in UE4, not triggerclick.