Search Issue Tracker
Fixed in 4.6.5
Votes
0
Found in
4.6.1f1
Issue ID
657751
Regression
No
[WinRT] uGUI doesn't work on tablets
From case 670834
- Tap in input field to show mobile keyboard, then tap out to hide it: keyboard flashes and stays up (must hide manually)
- Tap to position cursor at end of text: cursor appears at beginning, but if you type, new text goes at end
- Type a bunch of text, then Backspace to remove it all: throws ArgumentOutOfRange exceptions, sometimes stops working
- Press Tab key: inserts a Tab character (!) instead of navigating to next control
- Press Ctrl A: does nothing (should select all)
- Tap to select a word: always positions cursor at beginning or end, never in middle and never selects word
- Tap Shift, then Arrow (">") several times to select a range: works fine but must press Shift again before each Arrow press
- Double-tap Shift (stays pressed), then Arrow to select a range: moves cursor but does not select anything
- Select one or more character as above, press Ctrl C to copy: COM Exception appears in VS debugger
First-chance exception at 0x756AF896 in Template.exe: Microsoft C exception: Platform::COMException ^ at memory location 0x0596EF6C. HRESULT:0x8000001D Activating a single-threaded class from MTA is not supported
WinRT information: Activating a single-threaded class from MTA is not supported
Stack trace:
combase.dll!776ddf8e()
vccorlib120_app.dll!668da438()
vccorlib120_app.dll!668db421()
UnityPlayer.dll!5b63e9e7()
UnityPlayer.dll!5ba99da1()
UnityPlayer.dll!5ba99eb3()
UnityPlayer.dll!5b86e013()
UnityEngineDelegates.dll!5fcb4c03()
- After copying, position cursor and press Ctrl V to paste: Same COM Exception occurs, text is not pasted
---
Temporary workaround:
Disabling Input.simulateMouseWithTouches everything works fine;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
- Game View Tab Scale changes erratically when a Unity Tab is on a different screen with a differing Display Scale
- Six way lighting receiving wrong lighting from APV when set to World Space
Add comment