-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Closed
Copy link
Labels
GThis is is related to a Google internal issueThis is is related to a Google internal issueP3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/drag-drop
Description
Bug, feature request, or proposal:
Bug
What are the steps to reproduce?
- open https://material.angular.io/cdk/drag-drop/overview on chrome 70+ on linux
- zoom to 110%
- drag the box in the first example around and notice that sometimes it's blurry (it should never get blurry)
The blurriness becomes more frequent/easier to spot if you change the font in the dialog box to 13px (it's at 14px by default). Still, it varies depending on the exact dragged spot, making me think this could be due to some sort of aliasing issue with how the position is set while dragging.
I'm told this also happens at lower and higher zoom levels (though things look fine at 100%).
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Affected: Linux, Chrome 70
Not affected: Chrome OS,
Is there anything else we should know?
Original internal issue for reference b/120034512
Metadata
Metadata
Assignees
Labels
GThis is is related to a Google internal issueThis is is related to a Google internal issueP3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/drag-drop