New width, height, x, w properties override form fields and page/module attributes. #109
Comments
Originally posted by Luke Daley. I think we should introduce an object that contains these 4 properties. So if we were to call it
instead of
|
Originally posted by Luke Daley. Coming up with the right name may be tricky. |
A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally created by Kevin Richards.
If you have a form, module or page which contains the attributes width, height, x, y then they are broken in the 0.6.0 release.
An example would be a domain object for an Image with attributes url, width, height.
form.width now returns the width of the form NOT the value of the input field.
Similar problems for x,y,height exist.
I'd suggest that these shortcuts are only honoured IF there are no page/module/field attributes which match.
The text was updated successfully, but these errors were encountered: