Fixed Should not calculate absolute elements in title_prefix.js

sonnb

Well-known member
Licensed customer
In the function setTextboxWidth, XF does calculate all sibling nodes of the textbox even absolute elements. For instance if there is an validation error alert, the textbox width will become shorter than expected.

upload_2015-2-12_0-52-42.webp
 
Inline errors do weird things with this sort of input so there's always some sort of weirdness happening, but I have changed this case.
 
Back
Top Bottom