[Bug 40305] New: ArticleTextBox.Find not implemented in AutoWikiBrowser.
https://bugs.winehq.org/show_bug.cgi?id=40305 Bug ID: 40305 Summary: ArticleTextBox.Find not implemented in AutoWikiBrowser. Product: Wine Version: 1.9.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: adam.buchbinder(a)gmail.com Distribution: --- Created attachment 53946 --> https://bugs.winehq.org/attachment.cgi?id=53946 Error message on Find. Steps to reproduce: Set up a fresh Wine directory. WINEARCH=win32 WINEPREFIX=`pwd`/wine_prefix2 winecfg Install dotnet35. WINEARCH=win32 WINEPREFIX=`pwd`/wine_prefix2 winetricks dotnet35 Download AutoWikiBrowser 5.8.5.1 from: https://sourceforge.net/projects/autowikibrowser/ Open a page (for example, put 'CS1_maint:_Unrecognized_language' into the 'Category' box at left, go to the 'start' tab in the center panel, click the 'Start' button), then in the 'find' box in the lower-right, enter some text and click 'Find'. An error will pop up, "The method or operation is not implemented.", "NotImplementedException in ArticleTextBox.Find". The long error text is attached. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 Sam Reed <sam(a)reedyboy.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sam(a)reedyboy.net --- Comment #1 from Sam Reed <sam(a)reedyboy.net> --- It's System.Windows.Forms.UnsafeNativeMethods.ITextRange.ScrollIntoView(Int32 value) that's not implemented -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 --- Comment #2 from Adam Buchbinder <adam.buchbinder(a)gmail.com> --- There are a couple of places in the source tree where a method called ScrollIntoView is defined or declared: http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s=ScrollIntoV... (I think the one in question is in include/tom.idl and dlls/riched20/riched_tom.idl.) Is this where it needs to be fixed? http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/riched20/richole.c#l24... I haven't hacked on anything like this before, but I can try to work out a patch. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 Adam Buchbinder <adam.buchbinder(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ArticleTextBox.Find not |ITextRange.ScrollIntoView |implemented in |is not implemented; breaks |AutoWikiBrowser. |Find in AutoWikiBrowser. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ITextRange.ScrollIntoView |ArticleTextBox.Find not |is not implemented; breaks |implemented in |Find in AutoWikiBrowser. |AutoWikiBrowser. --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> --- Yes, you could to verify that by installing native riched20 with 'winetricks riched20'. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ArticleTextBox.Find not |ITextRange.ScrollIntoView |implemented in |is not implemented; breaks |AutoWikiBrowser. |Find in AutoWikiBrowser. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 --- Comment #4 from Adam Buchbinder <adam.buchbinder(a)gmail.com> --- Yes, the application works with a native riched20! I've also written a patch, which I haven't figured out how to test with the application yet, as the build setup is somewhat complicated, but at least the tests pass! https://www.winehq.org/pipermail/wine-patches/2016-March/148320.html -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #5 from winetest(a)luukku.com --- Only minor things. The component field should have richedit and keyword tag should include patch. Cant say anything about the patch. Maybe worth to send wine-patches. Awesome work anyway that were able to fix this yourself. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 --- Comment #6 from winetest(a)luukku.com --- The patch didnt go in? It was signed-off bt Huw too. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch Ever confirmed|0 |1 Summary|ITextRange.ScrollIntoView |AutoWikiBrowser 5.8 (.NET |is not implemented; breaks |app) needs riched20 |Find in AutoWikiBrowser. |ITextRange::ScrollIntoView Component|-unknown |richedit Status|UNCONFIRMED |NEW URL| |https://sourceforge.net/pro | |jects/autowikibrowser/files | |/autowikibrowser/AutoWikiBr | |owser5851/AutoWikiBrowser58 | |51.zip/download CC| |focht(a)gmx.net --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, completing fields and confirming by comments. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 --- Comment #8 from Matteo Bruni <matteo.mystral(a)gmail.com> --- (In reply to winetest from comment #6)
The patch didnt go in? It was signed-off bt Huw too.
If you mean the patch referenced in comment 4, that was eventually committed as 20323e3f119e95811e773de68ca413447032b0df, in Wine since 1.9.7. Does the application actually work now? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |20323e3f119e95811e773de68ca | |413447032b0df Keywords| |dotnet Status|NEW |RESOLVED --- Comment #9 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, this was indeed fixed some time ago with commit https://source.winehq.org/git/wine.git/commitdiff/20323e3f119e95811e773de68c... Thanks Adam $ sha1sum AutoWikiBrowser5851.zip 455f89ccd3a4f8690ebb24d9dd922140493fb03d AutoWikiBrowser5851.zip $ du -sh AutoWikiBrowser5851.zip 844K AutoWikiBrowser5851.zip $ wine --version wine-3.5 Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.6. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org