History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMATH-702
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Stefan Winterstein
Reporter: Stefan Winterstein
Votes: 0
Watchers: 0
Operations

Link this issue to another issue
If you were logged in you would be able to see more operations.
ActiveMath

Tooltips need to be fixed for math titles

Created: 2006-01-26 14:01   Updated: 2006-11-17 09:11
Component/s: Webapp: User Interface
Affects Version/s: None
Fix Version/s: 1.0

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(24 kb)


 Description  « Hide
Currently, we don't care that math titles don't display correctly in tooltips. This should sometimes be corrected, the HTML should be stripped from the title.

 All   Comments   Work Log   Change History   Version Control   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Stefan Winterstein - 2006-07-21 11:07
Postponing.

Stefan Winterstein - 2006-11-16 13:11
Here is a screenshot from our example content. Hover the mouse over the mastery bullets of section 2.1.

Stefan Winterstein - 2006-11-16 13:11
To tackle this bug, you need to transform the tooltips from omdoc to output format "text".

This will give results like:
n0 , n1 ,..., n9
in (c, R)
plus (power (sin (a) , 2) , power (cos (a) , 2) ) = 1

Not pretty, but better than HTML. And once we improve the XSLT for text, we will get better tooltips for free.


Stefan Winterstein - 2006-11-17 09:11
Okay, TocEntry.getTitleAsText() now contains a raw text version and is used by the toc and mastery view.