GNOME Bugzilla – Bug 726086
Markup not rendered on new entry
Last modified: 2014-03-11 22:32:54 UTC
new gnumeric type Hello select the 'll' in the edit box choose underline from the toolbar enter Note the 'll' do not look underlined! Bug! select A1 click in the entry box enter Now the 'll' look underlined.
Works for me. The 'll' gets underline either using the toolbar or typing <Ctrl>+u
Underlines that are part of rich text do not appear in the cell for me, unless I increase the height of the cell and center vertically. Underlining of the whole cell is visible.
What I observe is not underline specific. Coloring some letters red similarly fails to show initially.
I have added debug code. Run with GNM_DEBUG=rendered-value Procedure: 1. New Gnumeric 2. Press [a] [b] [c] 3. Select "b" in edit line 4. Click Bold 5. Press [Enter] Rendering A1 Rendering A1 Rendering A1 Rendering A1 Rendering A1 Rendering A1 6. Select A1 7. Click Underline [which forces a re-rendering of A1] Rendering A1 Markup on value: @[bold=1:1:2] So, in total: we are rendering the value without the format attached. After we attach the format, we fail to clear the rendered value.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
Looks like my push failed. Will retry tomorrow.