I'm hoping some of these "annoynaces" in xPages gets fixed in 8.5.1
Category xpages
1. Computed Fields are treated as block elements in the designer, even though they render as spans (thus inline) :: To reproduce, set clear:left; as the style for a computed field,and it clears the left margin in the desiger, but not in the browser (correctly so) - which leads me to the next issue:
2. Change the css on a computed field to display: block and the field's label disappears in designer, so unless you know its there, it just looks like white space
3. I find all that out because, what I really want to do is set a Visible property of some computed fields, with a <xp:br> after the data to format (like an address), but not leave blanks lines if there is no data, BUT you can't set the visible property for a break (<xp:br></xp:br>)
1. Computed Fields are treated as block elements in the designer, even though they render as spans (thus inline) :: To reproduce, set clear:left; as the style for a computed field,and it clears the left margin in the desiger, but not in the browser (correctly so) - which leads me to the next issue:
2. Change the css on a computed field to display: block and the field's label disappears in designer, so unless you know its there, it just looks like white space
3. I find all that out because, what I really want to do is set a Visible property of some computed fields, with a <xp:br> after the data to format (like an address), but not leave blanks lines if there is no data, BUT you can't set the visible property for a break (<xp:br></xp:br>)














- 
