GNOME Bugzilla – Bug 565944
Missing whitespace when the end of line braille indicator is followed by an image in FF 3.x
Last modified: 2009-01-05 19:15:16 UTC
Given an entry followed by an image on the same line in FF 3.x, we see this in braille: "$lImage". We should see this: "$l Image".
Created attachment 125482 [details] [review] patch This patch is extremely minor and just adds the space where it belongs in the Gecko script's updateBraille. It has been pylinted and regression tested for both 3.0.5 and 3.1beta2 in OpenSolaris. It also eliminates a few "BUG?" lines I had marked in our existing tests. Yea! :-) Already committed to trunk.
This seems safe and appropriate for gnome-2-24 as well. Joanie -- if you agree, please check it into gnome-2-24.
Done. The regression tests are so different now that I didn't commit the test changes; just the fix. :-) Readjusting the milestone.