-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blur text when dragging #741
Labels
type:papercut
Small frontend scoped changes for bugs that are "mild".
Comments
jassmith
added
the
type:papercut
Small frontend scoped changes for bugs that are "mild".
label
Aug 18, 2023
Probably wont fix for quite some time. I think this requires we ensure to render a hi-dpi image and ensure the browser knows it is hidpi which I didn't want to figure out how to do. |
jassmith
added a commit
that referenced
this issue
Aug 25, 2023
Fixed in 5.3.1 |
Merged
jassmith
added a commit
that referenced
this issue
Nov 26, 2023
* 5.3.1-alpha1 * Fix issue where data grid would not understand headers were not hovered when mouse over the rightElement * Update prettier * Modernize tooling * Don't escape for commas, not needed * Fix eslint * 5.3.1-alpha2 * Improve naming of escape function * Fix fuzzy drag handles, fixes #741 * Fix tests * Resolve issue where editing would accidentally check the wrong cell for read/write. * restore cyce checking * Ensure onCellClicked and renderer onClick events fire under the same conditions, fixes #690 * Fix paste eating some new lines * 5.3.1-alpha3 * Fix clicking on scrollbars, fixes #762 * Hopefully fix source tests * Implement cut and fix crasher in paste * Fix cells tests * Fix formatting issue with uri cells * Add tests * Overhaul copy/paste code to dramatically improve accuracy, compatibility, and remove accidentally encoding nbsp into users apps * Fix an insane crash report * Add a couple tests * Increase test coverage * Add more missing tests * More missing tests * Fix issue with apple numbers paste buffers * Fix typo * Add more tests * More tests for image window loader * Add distribution test * Add support for returning bounds of entire scroll area (#788) * Support returning bounds of entire scroll area * Add scale to calculation * Apply PR feedback * Fix check * Additional fix * Fix docs --------- Co-authored-by: Lukas Masuch <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When dragging on Retina display, the dragged text becomes blur.
Is there any way to make it clear ?
Can I customize the text or image being dragged?
BTW: Great data grid I ever seen.
The text was updated successfully, but these errors were encountered: