http://bugs.winehq.org/show_bug.cgi?id=17183
Summary: Not showing any text in one of the textboxes Product: Wine Version: 1.1.9 Platform: PC-x86-64 URL: http://afrancophone.hit.bg/afranc101.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: extigyro@gmail.com
Created an attachment (id=19070) --> (http://bugs.winehq.org/attachment.cgi?id=19070) the errors which are shown in console after the application is started
This is the best French-Bulgarian dictionary. There are three text boxes in the program. The middle textbox, where the translated word should be shown is just empty, though you've entered a word for translation and hit "Enter".
In WINE version 0.9.64_aka_1.0.rc3 (openSuSE 11.0) there was no problem and the program worked perfectly. However, the two errors (in the attachment) still persisted in console.
http://bugs.winehq.org/show_bug.cgi?id=17183
Miro Hadzhiev extigyro@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19070|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=17183
--- Comment #1 from Miro Hadzhiev extigyro@gmail.com 2009-01-29 06:31:40 --- Created an attachment (id=19072) --> (http://bugs.winehq.org/attachment.cgi?id=19072) the errors which are shown in console after the application is started
http://bugs.winehq.org/show_bug.cgi?id=17183
Miro Hadzhiev extigyro@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.9 |1.1.13
http://bugs.winehq.org/show_bug.cgi?id=17183
Miro Hadzhiev extigyro@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Difficulty|--- |Hours
http://bugs.winehq.org/show_bug.cgi?id=17183
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|Regression-No_text | Difficulty|Hours |--- Version|1.1.13 |1.1.9
http://bugs.winehq.org/show_bug.cgi?id=17183
Miro Hadzhiev extigyro@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias| |Regression-No_text Difficulty|--- |Hours Version|1.1.9 |1.1.13
http://bugs.winehq.org/show_bug.cgi?id=17183
Miro Hadzhiev extigyro@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19072|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=17183
--- Comment #2 from Miro Hadzhiev extigyro@gmail.com 2009-01-29 06:44:31 --- Created an attachment (id=19073) --> (http://bugs.winehq.org/attachment.cgi?id=19073) the errors which are shown in console after the application is started
http://bugs.winehq.org/show_bug.cgi?id=17183
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|Regression-No_text | Difficulty|Hours |--- Version|1.1.13 |1.1.9
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-01-29 06:46:25 --- Please stop changing fields you are not supposed to.
http://bugs.winehq.org/show_bug.cgi?id=17183
--- Comment #4 from Miro Hadzhiev extigyro@gmail.com 2009-01-29 06:49:03 --- My apologies. I didn't know I'm not supposed to.
http://bugs.winehq.org/show_bug.cgi?id=17183
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=17183
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19070|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=17183
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2009-01-29 10:57:33 --- (In reply to comment #0)
In WINE version 0.9.64_aka_1.0.rc3 (openSuSE 11.0) there was no problem and the program worked perfectly.
Could you perform a regression test? http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=17183
--- Comment #6 from Miro Hadzhiev extigyro@gmail.com 2009-03-23 06:29:02 --- Wow, I'm using an 64-bit openSuSE 11.1... but wow, this regression test is like writing a new patch and i am NOT definitely a programmer...
http://bugs.winehq.org/show_bug.cgi?id=17183
--- Comment #7 from Dylan Smith dylan.ah.smith@gmail.com 2009-03-23 10:22:26 --- Created an attachment (id=20089) --> (http://bugs.winehq.org/attachment.cgi?id=20089) Rich text that isn't handled properly
The bug seems to be in handling the rich text streamed in, so I captured some same rich text that the program sent to the richedit control on EM_STREAMIN. This can now be tested with the rtf file in wordpad.
http://bugs.winehq.org/show_bug.cgi?id=17183
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dylan.ah.smith@gmail.com Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #8 from Dylan Smith dylan.ah.smith@gmail.com 2009-03-23 12:25:39 --- Specifically the problem is the lack of a semicolon after the font name.
For example, in the rich text file I attached there should be a semicolon after "Arial": {\fonttbl{\f0 Arial}}
The code in reader.c tried to handle this case by ungetting the '}' when it expected to receive the semicolon so that the token would be read in the proper place. Unfortunately this caused the read hook to decrement a stackTop variable twice, which keeps track of the nested group level from begin and end curly braces.
I created a patch that incremented the stackTop variable in this case, to fix the bug, then sent the patch to wine-patches.
richedit: Properly handle lack of semicolon after font name in rtf. (Bug 17183) http://www.winehq.org/pipermail/wine-patches/2009-March/070964.html
http://bugs.winehq.org/show_bug.cgi?id=17183
--- Comment #9 from Miro Hadzhiev extigyro@gmail.com 2009-03-23 14:53:16 --- Ohhh, that's great!
One big THANK YOU, DYLAN!
http://bugs.winehq.org/show_bug.cgi?id=17183
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #10 from Dylan Smith dylan.ah.smith@gmail.com 2009-03-24 21:04:31 --- (In reply to comment #8)
richedit: Properly handle lack of semicolon after font name in rtf. (Bug 17183) http://www.winehq.org/pipermail/wine-patches/2009-March/070964.html
In git as commit 78a7ea5a39ac4a12f106b632dc4cac7c869d21de.
http://bugs.winehq.org/show_bug.cgi?id=17183
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2009-03-27 13:56:07 --- Closing bugs fixed in 1.1.18.