Closed
Bug 741320
Opened 13 years ago
Closed 12 years ago
Display the soft keyboard when text is selected and no physical keyboard is attached
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: jimm)
References
()
Details
(Whiteboard: completed-elm)
From what I've found we don't have a way of bringing this up via code, we only receive events -
http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.viewmanagement.inputpane.aspx
It looks like metro expects us to use native input controls and as such it will control the visibility of the soft keyboard.
IE has this working however so maybe there is a way to do this.
![]() |
Assignee | |
Updated•13 years ago
|
OS: Windows 7 → Windows 8 Metro
![]() |
Assignee | |
Comment 1•13 years ago
|
||
If under the hood this is using the text services framework, we might be able to solve this via nsTextStore support.
![]() |
Assignee | |
Updated•13 years ago
|
Summary: Display the input panel when text is selected and no physical keyboard is attached → Display the soft keyboard when text is selected and no physical keyboard is attached
![]() |
Assignee | |
Comment 2•13 years ago
|
||
This is latched in via UIA.
![]() |
Assignee | |
Updated•13 years ago
|
Assignee: nobody → jmathies
![]() |
Assignee | |
Comment 3•13 years ago
|
||
The basics for this support landed on elm yesterday. Advanced text selection via touch and the UIA selection interfaces will happen in bug 743690.
http://hg.mozilla.org/projects/elm/rev/072177ac7736
Updated•13 years ago
|
Whiteboard: completed-elm
![]() |
Assignee | |
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•