You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. When I press ctrl space nothing happens
What is the expected output? What do you see instead?
Popchrom was working when I was using ctrl space, then one day it stopped
working all together. I have tried saving again. I have restarted my
computer. I have closed and re-opened, etc. Several teachers at my school use
this and several have reported that it is not working for them.
What version of the product are you using? On what operating system?
Version 1.8 in Windows 8
Popchrom Version 1.8
Popchrom ID iinhokidgfoomcighckbjmlcndbjmomp
Popchrom Locale en_US
Browser 5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/38.0.2125.104 Safari/537.36
Please review information about your minimal testcase below.
document.URL = https://code.google.com/p/trnsfrmr/issues/entry
(actElem = document.activeElement).nodeName = INPUT
actElem.selectionStart = 0
actElem.selectionEnd = 22
actElem.value = "Enter one-line summary"
actElem.value.substring(actElem.selectionStart, actElem.selectionEnd) = "Enter
one-line summary"
document.getSelection() = sel = {
"type":"Range",
"extentOffset":1,
"extentNode":"object",
"baseOffset":1,
"baseNode":"object",
"rangeCount":1,
"isCollapsed":true,
"focusOffset":1,
"focusNode":"object",
"anchorOffset":1,
"anchorNode":"object"}
document.getSelection().getRangeAt(0) = rng = {
"commonAncestorContainer":"object",
"collapsed":true,
"endOffset":1,
"endContainer":"object",
"startOffset":1,
"startContainer":"object"}
Original issue reported on code.google.com by [email protected] on 24 Oct 2014 at 10:10
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Oct 2014 at 10:10The text was updated successfully, but these errors were encountered: