This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8890 - Some arrows are not displayed when stretched
Summary: Some arrows are not displayed when stretched
Status: NEW
Alias: None
Product: Amaya
Classification: Unclassified
Component: MathML (show other bugs)
Version: 11.3.1
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Vincent Quint
QA Contact: Vincent Quint
URL: http://www.maths-informatique-jeux.co...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 12:16 UTC by fred.wang
Modified: 2010-02-06 12:18 UTC (History)
5 users (show)

See Also:


Attachments

Description fred.wang 2010-02-06 12:16:38 UTC
mathml_test/arrows_thick.xml
mathml_test/arrows_verythin.xml

I've recently noticed that most arrows of the two tests above are no longer displayed. Worse, when saving the file and reloading it, an error "invalid characters" is displayed.

This stretchy arrows use a thot shape. In displaybox.c::DisplaySymbol, the value pBox->BxAbstractBox->AbShape seems to be incorrectly set, so an empty rectangle is displayed. I guess that for the same reason, they are also not well exported by document/translation.c
Comment 1 fred.wang 2010-02-06 12:18:15 UTC
(In reply to comment #0)
> mathml_test/arrows_thick.xml
> mathml_test/arrows_verythin.xml
> 
> I've recently noticed that most arrows of the two tests above are no longer
> displayed. Worse, when saving the file and reloading it, an error "invalid
> characters" is displayed.
> 
> This stretchy arrows use a thot shape. In displaybox.c::DisplaySymbol, the
> value pBox->BxAbstractBox->AbShape seems to be incorrectly set, so an empty
> rectangle is displayed. I guess that for the same reason, they are also not
> well exported by document/translation.c
> 

I've just commited a workaround.