This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdPanel: assume that number is in pixels #9604
Labels
has: Pull Request
A PR has been created to address this issue
P3: important
Important issues that really should be fixed when possible.
resolution: fixed
type: bug
Milestone
Comments
crisbeto
added a commit
to crisbeto/material
that referenced
this issue
Sep 14, 2016
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes angular#9604.
crisbeto
added a commit
to crisbeto/material
that referenced
this issue
Sep 15, 2016
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes angular#9604.
crisbeto
added a commit
to crisbeto/material
that referenced
this issue
Sep 15, 2016
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes angular#9604.
crisbeto
added a commit
to crisbeto/material
that referenced
this issue
Sep 21, 2016
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes angular#9604.
crisbeto
added a commit
to crisbeto/material
that referenced
this issue
Sep 26, 2016
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes angular#9604.
crisbeto
added a commit
to crisbeto/material
that referenced
this issue
Oct 26, 2016
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes angular#9604.
crisbeto
added a commit
to crisbeto/material
that referenced
this issue
Oct 26, 2016
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes angular#9604.
Splaktar
added
the
P3: important
Important issues that really should be fixed when possible.
label
Feb 7, 2018
mmalerba
pushed a commit
that referenced
this issue
Feb 9, 2018
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes #9604.
chmelevskij
pushed a commit
to chmelevskij/material
that referenced
this issue
Jun 19, 2018
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes angular#9604.
Splaktar
pushed a commit
that referenced
this issue
Jul 31, 2018
Allows for numbers to be pass to the `withOffsetX` and `withOffsetY` methods, assuming that the units are pixels. Fixes #9604.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
has: Pull Request
A PR has been created to address this issue
P3: important
Important issues that really should be fixed when possible.
resolution: fixed
type: bug
Currently passing in a plain number doesn't work with the
withOffsetX
andwithOffsetY
methods, because they only accept CSS units. In this case we should append thepx
unit automatically.Referencing #9564.
The text was updated successfully, but these errors were encountered: