When creating an empty Flow application, I don鈥檛 want Flow to inject the scroll="auto" attribute to the page <body> element, so that it doesn鈥檛 send cause any unexpected side-effects, and possibly send unnecessary bytes to the client (not sure if that attribute is added by the bootstrap page or the client-side engine.
UI on creation does getElement().setAttribute("scroll", "auto");
I'm pretty sure it is mentioned in the documentation, so that needs to be updated too,
We should verify that eg. BB works as expected even after this change.
Could maybe include a scroll parameter in @BodySize for the cases that still want to have it there?
We should verify that eg. BB works as expected even after this change.
I don鈥檛 think this attribute does anything in the browsers we currently support.
Deprecated in HTML5. Do not use.
https://html.com/attributes/body-scroll/
So I would not consider this as a breaking change even.
Didn't find any mention of this in tutorials.
If you know such place please let me know.
Most helpful comment
I don鈥檛 think this attribute does anything in the browsers we currently support.