Skip to content

floatPlaceholder="never" misaligned on Safari (macOS) #5159

Closed
@leocaseiro

Description

@leocaseiro

Bug, feature request, or proposal:

CSS Bug

What is the expected behavior?

Placeholder should be aligned in the same position as the text like on Chrome/Firefox:

Chrome

floatplaceholder-working-chrome

What is the current behavior?

Safari

bug-floatplaceholder-never

What are the steps to reproduce?

Any app should emulate. My example is with devapp

or

<md-input-container floatPlaceholder="never">
  <input mdInput name="filter" type="text" placeholder="Filter">
</md-input-container>

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

@angular/*: 4.2.2
@angular/material: 2.0.0-beta.6
typescript: 2.3.4
Safari: Version 10.1.1 (12603.2.4)
Chrome: Version 58.0.3029.110 (64-bit) (working)
Firefox: 53.0.3 (64-bit) (working)

Is there anything else we should know?

Works on Firefox and Chrome (tested on macOS only)

Metadata

Metadata

Assignees

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions