Any update on this issue, actually its disturbing the design. Is there a way to remove the span that which is coming by default for any ListRecords?
Thanks
Abhi
Same difficulty to us, our project is using bootstrap css framework, it has many components using UL,LI (eg. dropdown, nav etc.) while this is the weak part of outsystems, especially UL inside ListRecord. I wondering is there any solution like changing
<span class="ListRecords" id="wtListRecords1"> <ul> <li>...
to
<ul class="ListRecords" id="wtListRecords1"> <li>...
I don't even understand why this is a thing, why would you use a span in this case instead of a div.is the only workaround for this to change it by JS?
Frederico, this is a thing because in the early days of OS, you couldn't have inline divs. And web blocks can be used for inline data. But we're talking IE5 or the likes...
Another workaround would be creating the list (including the HTML tags) yourself, but that's a pain as well...
Is there any solution to this problem ? I need to change the way the list items are displayed. I have a set of list items which needs to be displayed vertically first and then flow into new columns. For this I need to modify the style classes. With the span around the list records it is very difficult to customize the CSS.
Is this really still happening or has anyone found a way around it? Extremely annoying bug - makes no sense and completely breaks any attempt to use the widget as a "plain" iterator
As far as I know it's still not solved.
This bug is still not solved. I found that this happens when an Ajax Refresh is done on a List Records widget, when I started refreshing the container surrounding the List Records, the span disappeared.
Very annoying.
Its not solved.For expression too... it also creates a <span> element
Come on Outsystems. This was reported 7 years ago.
Another bump here. Breaking my ability to properly display "li"s in a "ul".
A simple solution, at least to start, would be to implement the OSTagName extended property that is available on other widgets. Then I could simply have the ListRecords line item be the "ul".
I'll join the group. OS; make it happen please!!
I Like the suggestion to at least add an OSTagName.
Now I need to use the :parent css3 selector (oh wait; that also doesn't exist yet...). :)
From me a bump to. Currently running into issues with it :-/