Thomas Andraschko
Thomas Andraschko
for me it would also be ok to deprecate first in 4.1
Imo we should implement it in MyFaces
there is a implementation in TypeScript from a MyFaces member i'm sure he would share it ;D
https://github.com/werpu/jsfs_js_ts
JFYI MyFaces impl uses typescript now
I analyzed it and we need the following new attributes: **all elements** - onwheel - ondrag - ondragend - ondragenter - ondragleave - ondragover - ondragstart - ondrop - onscroll...
@melloware adjusted it but onsearch is currently only in chrome?!
i wonder whats actually bad of using passthrough attributes for all native html attributes? JSF could remove 80% of the attributes probably and is more flexible for the future and...
the only thing comes in my mind is the migration part... users have to change "onclick" to "pt:onclick" maybe we can automatically convert this, too
@BalusC Could we first go trough the 4.1 issue list and decide what do with them all, before working on 5.0 stuff? Also need feedback about #1584 i will comment...