Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

contentEditable not selectable with Angular Material on Android #5937

Closed
barryvdh opened this issue Nov 26, 2015 · 5 comments
Closed

contentEditable not selectable with Angular Material on Android #5937

barryvdh opened this issue Nov 26, 2015 · 5 comments
Assignees
Labels
browser: Android has: Pull Request A PR has been created to address this issue os: iOS This issue is specific to iOS type: gestures

Comments

@barryvdh
Copy link
Contributor

On Android, I can't select a contentEditable piece of text.

Without Angular material: http://codepen.io/barryvdh/pen/PPrJLr
With Angular Material: http://codepen.io/barryvdh/pen/RWzLvE

It works on desktop. Probably related to gestures/fastclick (maybe similar to ionic-team/ionic-framework#421 ?)

FYI, I'm using https://github.com/thijsw/angular-medium-editor which used contentEditable

@ThomasBurleson ThomasBurleson modified the milestone: Backlog Jan 5, 2016
@MarijnMensinga
Copy link

+1

@devversion
Copy link
Member

devversion commented May 31, 2016

This is still a valid issue, which can cause problems on touch devices with several 3d party libraries.

PR in Progress: #5939

@devversion devversion reopened this May 31, 2016
@devversion devversion self-assigned this Jun 5, 2016
@devversion devversion added the has: Pull Request A PR has been created to address this issue label Jun 5, 2016
@kpgarrod
Copy link

Seeing that there is a pull request, is there any chance that this could be fixed in 1.1.0? It is a serious issue for any application that uses contentEditable, ergo almost any wysiwig editor. In my experience, those editors DO NOT WORK ON MOBILE DEVICES.

@devversion
Copy link
Member

Fixed with SHA bd1cce4

@kpgarrod
Copy link

I am still experiencing this issue and have opened a new issue here as requested by @devversion

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
browser: Android has: Pull Request A PR has been created to address this issue os: iOS This issue is specific to iOS type: gestures
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants