After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726086 - Markup not rendered on new entry
Markup not rendered on new entry
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2014-03-11 05:46 UTC by Andreas J. Guelzow
Modified: 2014-03-11 22:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2014-03-11 05:46:11 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.
Comment 1 Jean Bréfort 2014-03-11 09:14:42 UTC
Works for me. The 'll' gets underline either using the toolbar or typing <Ctrl>+u
Comment 2 Morten Welinder 2014-03-11 13:19:25 UTC
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.
Comment 3 Andreas J. Guelzow 2014-03-11 13:34:52 UTC
What I observe is not underline specific. Coloring some letters red similarly fails to show initially.
Comment 4 Morten Welinder 2014-03-11 17:30:28 UTC
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.
Comment 5 Morten Welinder 2014-03-11 18:23:53 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
Comment 6 Morten Welinder 2014-03-11 22:32:54 UTC
Looks like my push failed.  Will retry tomorrow.