@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi cetinsert,
Thank you for the clarification. Could you, please, also share if there are any errors thrown in your browser’s console when the issue occurs and what time zone you are in (this issue may be related to incorrect handling of some time zones).
Best regards,
Dimitar
Smart HTML Elements Team
https://www.htmlelements.comadmin
Keymasteradmin
KeymasterWindows 10 (latest stable) + Firefox Quantum 69.0 (64-bit) -> same!
admin
KeymasterJust tried, with latest non-Chromium Edge … same behavior!
admin
Keymasterhttps://codepen.io/cetinsert/pen/KKPerWV – has the gif!
This time it is from Windows 10 (latest stable), Chrome (latest dev (but I don’t think it is a dev vs non-dev issue!))!admin
KeymasterHi cetinsert,
We tested with macOS Mojave with the latest stable (not Dev) Chrome and Firefox, but still could not reproduce the issue. You can use a tool such as ScreenToGif or another to create a GIF that showcases the erroneous behavior. Please also share if there are any errors thrown in the browser’s console.
Best regards,
Dimitar
Smart HTML Elements Team
https://www.htmlelements.comadmin
KeymasterHere is the video from Firefox!
“””Removed link to third party website. Only links to codepen, jsfiddle or similar are allowed”””
admin
KeymasterHi Dimitar,
- macOS Mojave 10.14.5
- Chrome 78.0.3904.9 (Official Build) dev (64-bit) (spins like crazy 🙂
- Firefox Quantum 69.0 (64-bit) (spins more slowly)
Do you know of a screen capture tool I can record a video with to share with you?
Thanks,admin
KeymasterHello cetinsert,
We tested the demo, but were not able to reproduce the issue, even when rapidly clicking. Could you, please, share more information that may help us reproduce it (e.g. what browser you are testing on, what is the succession and number of clicks)?
If you wish, you can disable the spin animation by settinganimation="none"
.
Best regards,
Dimitar
Smart HTML Elements Team
https://www.htmlelements.comSeptember 6, 2019 at 7:32 am in reply to: horizontal range-slider missing selection track highlight from #100316admin
KeymasterNow, this https://www.htmlelements.com/demos/slider/ticks-on-track/ works with CSS of >=4.0 but not in 3.2.
That is probably where the regression for the simpler case mentioned above was introduced!September 5, 2019 at 9:51 pm in reply to: horizontal range-slider missing selection track highlight from #100315admin
KeymasterI mean … since 4.0! I need additional CSS to make that div appear for horizontal sliders. This is a regression in your CSS. Please treat it as such.
Below is a quick fix:
smart-slider:not([orientation=vertical]) .smart-value {
--h: 2px; --d: -1px;
height: var(--h);
transform: translate(var(--d), var(--d));
}
September 5, 2019 at 5:20 pm in reply to: horizontal range-slider missing selection track highlight from #100314admin
KeymasterHi cetinsert,
Thanks for writing.
The smart-slider .smart-value CSS is used. You can customize the CSS class based on your application needs.
Best Regards,
George
Smart HTML Elements Team
https://www.htmlelements.comSeptember 5, 2019 at 2:02 pm in reply to: horizontal range-slider missing selection track highlight from #100313admin
Keymasterapplies to basic, non-range sliders too: https://www.htmlelements.com/demos/slider/basic/
September 5, 2019 at 1:25 pm in reply to: Grid – element.exportData() – missing time of dates #100311admin
KeymasterCan you provide an example?
September 4, 2019 at 3:42 pm in reply to: Grid – element.exportData() – missing time of dates #100309admin
KeymasterHi cetinsert,
.xlsx Dates are internally represented as numbers. If you add Format of your Date column in Excel or Google Spreadsheet, you will see that the value is exported correctly. We put a default ‘d’ format in the ver. 4.4.0 for Dates.
.html Dates export depends on the Grid’s cellsFormat property. The default value is ‘d’ which is (dd/MM/YYYY) during the Grid export, when no format is set. If you want to keep the time component, you will need to set your columns format.
Regards,
George
Smart HTML Elements Team
https://www.htmlelements.com -
AuthorPosts