Open ValentinTaleb opened 3 weeks ago
Hi @ValentinTaleb ,
We are able to replicate the reported issue regarding hover color doesn't disappear after the scroll at our end and have logged bug report for it in our feedback portal. We will fix and include the changes in our SP release which is expected to be rolled out by November second week. We will update you here once the release is rolled out and we appreciate your patience until then. You can also track the status of the bug with the feedback below.
Feedback link : https://www.syncfusion.com/feedback/62488/hover-color-does-not-disappear-when-the-touch-is-moved-outside-of-the-widget-on
Regards, Thilip Chandru
Hello @ThilipChandru ,
Thank you for your response. I will wait patiently for the update π
Have a good day π
Bug description
When using SfDateRangePicker on the web with a touchable device, the hover color does not disappear after a scroll.
Steps to reproduce
Code sample
Code sample
```dart return SfDateRangePicker( controller: _datePickerController, monthViewSettings: const DateRangePickerMonthViewSettings( firstDayOfWeek: 1, showTrailingAndLeadingDates: true, viewHeaderHeight: 0, ), selectionMode: DateRangePickerSelectionMode.multiple, onSelectionChanged: (dateRangePickerSelectionChangedArgs) => _loadPageOfEvents(0), initialDisplayDate: _datePickerController.displayDate, backgroundColor: Colors.white, headerHeight: 0, showNavigationArrow: false, allowViewNavigation: false, navigationMode: DateRangePickerNavigationMode.none, todayHighlightColor: AppColors.red, selectionColor: AppColors.red, monthCellStyle: const DateRangePickerMonthCellStyle( leadingDatesTextStyle: TextStyle(color: AppColors.greyDark), trailingDatesTextStyle: TextStyle(color: AppColors.greyDark), textStyle: TextStyle(fontWeight: FontWeight.bold), ), ); ```Screenshots or Video
Screenshots / Video demonstration
https://github.com/user-attachments/assets/afdb222a-f235-47cd-9b27-88d7f806bc9cStack Traces
Stack Traces
```dart No stacktrace ```On which target platforms have you observed this bug?
Web (Android browser), Web (iOS browser)
Flutter Doctor output
Doctor output
```console [β] Flutter (Channel stable, 3.24.3, on macOS 14.6.1 23G93 darwin-arm64, locale en-BE) β’ Flutter version 3.24.3 on channel stable at /Users/valentin/Library/flutter β’ Upstream repository https://github.com/flutter/flutter.git β’ Framework revision 2663184aa7 (4 weeks ago), 2024-09-11 16:27:48 -0500 β’ Engine revision 36335019a8 β’ Dart version 3.5.3 β’ DevTools version 2.37.3 [β] Android toolchain - develop for Android devices (Android SDK version 35.0.0) β’ Android SDK at /Users/valentin/Library/Android/sdk β’ Platform android-34, build-tools 35.0.0 β’ Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java β’ Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314) β’ All Android licenses accepted. [β] Xcode - develop for iOS and macOS (Xcode 16.0) β’ Xcode at /Applications/Xcode.app/Contents/Developer β’ Build 16A242d β’ CocoaPods version 1.13.0 [β] Chrome - develop for the web β’ Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [β] Android Studio (version 2024.1) β’ Android Studio at /Applications/Android Studio.app/Contents β’ Flutter plugin can be installed from: π¨ https://plugins.jetbrains.com/plugin/9212-flutter β’ Dart plugin can be installed from: π¨ https://plugins.jetbrains.com/plugin/6351-dart β’ Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314) [β] IntelliJ IDEA Ultimate Edition (version 2024.2.3) β’ IntelliJ at /Applications/IntelliJ IDEA.app β’ Flutter plugin version 81.1.3 β’ Dart plugin version 242.22855.32 [β] Connected device (4 available) β’ SM G970F (mobile) β’ RF8M229BF6V β’ android-arm64 β’ Android 12 (API 31) β’ macOS (desktop) β’ macos β’ darwin-arm64 β’ macOS 14.6.1 23G93 darwin-arm64 β’ Mac Designed for iPad (desktop) β’ mac-designed-for-ipad β’ darwin β’ macOS 14.6.1 23G93 darwin-arm64 β’ Chrome (web) β’ chrome β’ web-javascript β’ Google Chrome 129.0.6668.90 [β] Network resources β’ All expected network resources are available. β’ No issues found! ```