Open GoogleCodeExporter opened 9 years ago
Don't know if this helps, but I changed the this.ui.focus code as such to work
around it (the code at the lines you mention above implies that the code here
is fixing some kind of bug that - honestly - doesn't seem related to the code
in question at first glance, so I didn't want to mess with it).
Changing this however seems to work around the issue without messing with this
patch code. The better approach might be to determine whether the code snippet
at the line above is actually needed at all, it seems very odd to me and I
don't quite see how it fixes the problem that it claims it fixes. But I
digress.
this.ui.focus = function () {
var self = this.self;
if (!self.viewHTML) {
self.editor.get(0).contentWindow.focus();
}
return self;
};
Original comment by edgarver...@gmail.com
on 25 Jun 2013 at 11:50
Has anyone solved this issues?
Original comment by shobhabs...@gmail.com
on 12 Aug 2013 at 5:09
Original issue reported on code.google.com by
jaxol...@gmail.com
on 6 Jun 2013 at 2:28