yhejazi2016 / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

Method Not Implemented #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a control and add a line of code that will cause it to redo/undo on 
the WebKitBrowser.
2. Execute the code (by clicking on the control)
3. Get an error.

What is the expected output? What do you see instead?
The expected output is to undo/redo. Instead, I get:

NotImplementedException was Unhandled.
The method or operation is not implemented.

What version of the product are you using? On what operating system?
R70, Windows Vista SP2.

Original issue reported on code.google.com by Maxwil...@gmail.com on 4 Dec 2011 at 5:35

GoogleCodeExporter commented 8 years ago
This happens because the Undo and Redo methods have not been implemented in the 
latest WebKit build, but I hope they will soon be. There is nothing I can do 
about it.

Original comment by tsumalis96@gmail.com on 5 Dec 2011 at 1:38

GoogleCodeExporter commented 8 years ago
Ok, hopefully it will be implemented soon! Mainly because once I've finished my 
browser (in a few weeks or so), it'll be holding up the release. :]

Original comment by Maxwil...@gmail.com on 5 Dec 2011 at 5:43

GoogleCodeExporter commented 8 years ago
I don't want to disappoint you but the Windows port is rarely updated, and not 
many people pay attention to the UndoManager, but browser creators. I also hope 
something is done to implement such important features.

Original comment by tsumalis96@gmail.com on 6 Dec 2011 at 1:08

GoogleCodeExporter commented 8 years ago
Now there is a custom Undo/Redo manager so there is no need for the webkit one. 
Issue closed.

Original comment by tsumalis96@gmail.com on 5 Jul 2012 at 10:43