Announcement
Collapse
No announcement yet.
X
-
SmartClient Version: SNAPSHOT_v13.1d_2024-07-25/AllModules Development Only (built 2024-07-25)
Originally posted by Isomorphic View PostThe other issue where there's no separator between the last two fields - no, that's not normal and we'll update again here when it's been fixed, along with the opacity issue from #24.
Leave a comment:
-
The issue from #24 was a bit mysterious - it presented as an opacity which we couldn't find being directly applied, but we do perform some tricky pushing backwards and forwards of styles for Buttons, between the content div and the outer table.
We did correct opacities for disabled buttons, tabs, sections and so on, so most likely one of those fixes addressed this one. Always nice. :)
Leave a comment:
-
SmartClient Version: SNAPSHOT_v13.1d_2024-07-05/AllModules Development Only (built 2024-07-05)
Originally posted by Isomorphic View PostA partial update - the issue with the sorterButton being clipped is addressed for today's builds - it's now the proper size, not clipped and the right color.
Originally posted by Isomorphic View Post[cut]...along with the opacity issue from #24.
Leave a comment:
-
A partial update - the issue with the sorterButton being clipped is addressed for today's builds - it's now the proper size, not clipped and the right color.
The other issue where there's no separator between the last two fields - no, that's not normal and we'll update again here when it's been fixed, along with the opacity issue from #24.
Leave a comment:
-
SmartClient Version: SNAPSHOT_v13.1d_2024-07-03/AllModules Development Only (built 2024-07-03)
Originally posted by Isomorphic View Posthi Claudio,
On post #16, we've fixed icon-scaling in Buttons and Menus - both of these were widget-level issues, their iconWidth/Height attributes weren't included for scaling for any image-type.
We've also made changes that cause sizes specified directly in an SVG string, like "size:12,12;", to also be scaled. You would specify sizes like that for better control independent of the container-size - but those icons would never scale, because scaling is applied to widget-attributes like iconWidth/Height, and setting "size:w,h" in a src string side-steps those scaled values.
Auto-scaling specified "size" attributes in SVG strings seems like the best default behavior, since other SVGs will be scaled and SVG can scale without loss of quality. But, you can disable it by setting "scale:false;" in your src string if you want to - for example, we've set scale:false on the ends of scrollbars, which don't get wider with density, so the icons probably shouldn't scale up either.
Leave a comment:
-
SmartClient Version: SNAPSHOT_v13.1d_2024-07-03/AllModules Development Only (built 2024-07-03)
Originally posted by Isomorphic View Posthi Claudio,
For the initial report about right-aligned SectionHeader open/close icons, we agree that icons on the right feel out of place when there are other icons or inlined components there - so, we've switched the icons to the left in Obsidian and Twilight, and made them lighter and more visible in Twilight.
Originally posted by Isomorphic View PostThe issue with disabled opacity from #24 is being looked into.
Last edited by claudiobosticco; 3 Jul 2024, 05:23.
Leave a comment:
-
Originally posted by Isomorphic View Post[cut]
for example, we've set scale:false on the ends of scrollbars, which don't get wider with density, so the icons probably shouldn't scale up either.
this is with Spacious density, as you may see the arrow is clipped on its right.
Also, is it normal that I don't see the separator between the "In Stock" and "Next Shipment" column?
Leave a comment:
-
hi Claudio,
For the initial report about right-aligned SectionHeader open/close icons, we agree that icons on the right feel out of place when there are other icons or inlined components there - so, we've switched the icons to the left in Obsidian and Twilight, and made them lighter and more visible in Twilight.
The issue with disabled opacity from #24 is being looked into.
Leave a comment:
-
On your question from #21, you can try out the changes mentioned there in the next build, dated June 29 or later. We also added a FormItem.iconBaseStyle attribute, which is now set to "icon" in Shiva - so arbitrary SVG icons, without a cssClass specified, will now get the color from the skin's "icon" class in FormItems, rather than inheriting the formItem's text-color, which is a bit darker than we want for icons in this skin.
We'll take a look at the opacity difference among the buttons from #24 and get back to you.Last edited by Isomorphic; 28 Jun 2024, 22:22.
Leave a comment:
-
Hello, yes, I mean the background opacity.
This is after clicking "Try it":
Pressing Tab doesn't make a difference. Neither clicking the "Stretch Button".
This is while hovering the "Stretch Button":
Leave a comment:
-
Sorry, what is the difference you are seeing there? The background opacity?
Did you try pressing Tab to change the selected button?Last edited by Isomorphic; 28 Jun 2024, 07:12.
Leave a comment:
-
Hello, another note about this test case, in Shiva I see a difference between the MenuButton and the IButton which I don't see in other skins:
not sure what it's causing this in the CSS
Leave a comment:
-
Wow, these sounds as great enhancements, in which build will I find them?
Leave a comment:
-
hi Claudio,
On post #16, we've fixed icon-scaling in Buttons and Menus - both of these were widget-level issues, their iconWidth/Height attributes weren't included for scaling for any image-type.
We've also made changes that cause sizes specified directly in an SVG string, like "size:12,12;", to also be scaled. You would specify sizes like that for better control independent of the container-size - but those icons would never scale, because scaling is applied to widget-attributes like iconWidth/Height, and setting "size:w,h" in a src string side-steps those scaled values.
Auto-scaling specified "size" attributes in SVG strings seems like the best default behavior, since other SVGs will be scaled and SVG can scale without loss of quality. But, you can disable it by setting "scale:false;" in your src string if you want to - for example, we've set scale:false on the ends of scrollbars, which don't get wider with density, so the icons probably shouldn't scale up either.
Leave a comment:
Leave a comment: