Closed
Bug 297466
Opened 20 years ago
Closed 15 years ago
MPadded w/bg, width potentially set negative shown wrong
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mmokrejs, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050612 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050612 Some characters are simply missing. MOZ_DEBUG_FLAGS="-g3 -O0 -ggdb" CFLAGS="-g3 -O0 -ggdb" CXXFLAGS="-g3 -O0 -ggdb" ./configure --enable-debug --disable-optimize --enable-debug-modules=all --enable-debugger-info-modules --enable-detect-webshell-leaks --enable-svg --enable-svg-renderer-libart --enable-image-decoders=all --with-qtdir=/usr/qt/3 --enable-application=suite --disable-freetype2 --enable-jprof --enable-default-toolkit=gtk2 --enable-xft Reproducible: Always
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
| Reporter | ||
Comment 4•19 years ago
|
||
Still wrong with: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051122 SeaMonkey/1.5a ./configure --disable-optimize --enable-debug='-g3 -O0' --enable-debug-modules=all --enable-debugger-info-modules --enable-detect-webshell-leaks --enable-svg --enable-svg-renderer-libart --enable-image-decoders=all --with-qtdir=/usr/qt/3 --enable-application=suite --disable-freetype2 --enable-default-toolkit=gtk2 --enable-xft --disable-gssapi
| Reporter | ||
Comment 5•18 years ago
|
||
Still an issue with current trunk build.
| Reporter | ||
Comment 6•18 years ago
|
||
Still an issue with current cvs HEAD build: ./configure --disable-optimize --enable-debug='-g3 -O0 -ggdb' --enable-debug-modules=all --enable-debugger-info-modules --enable-detect-webshell-leaks --disable-svg --enable-image-decoders=all --with-qtdir=/usr/qt/3 --enable-application=suite --disable-freetype2 --enable-jprof --enable-default-toolkit=gtk2 --enable-xft --disable-gssapi Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a2pre) Gecko/20070126 SeaMonkey/1.5a
Updated•15 years ago
|
QA Contact: ian → mathml
Comment 7•15 years ago
|
||
(In reply to comment #0) > Some characters are simply missing. > The mpadded seems to be displayed correctly for me. The only problem I see is that background="yellow" has no effect.
Assignee: rbs → nobody
| Reporter | ||
Comment 8•15 years ago
|
||
(In reply to comment #7) > (In reply to comment #0) > > > Some characters are simply missing. > > > > The mpadded seems to be displayed correctly for me. The only problem I see is > that background="yellow" has no effect. What browser version you have? I have Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090929 SeaMonkey/1.1.18 I do not see neither the yellow bar nor the N + M part: x + y + z + = a + b + c So looks something is fixed in 2.0 branch already?
Comment 9•15 years ago
|
||
It works for me with Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1.6) Gecko/20091216 Iceweasel/3.5.6 (like Firefox/3.5.6; Debian-3.5.6-1) and a trunk build
Comment 10•15 years ago
|
||
The test use the deprecated "background" attribute rather than mathbackground. Anyway I don't understand why the background is not displayed. This need to be studied more carefully... Are you still seeing the bug of negative margin?
Comment 11•15 years ago
|
||
> Are you still seeing the bug of negative margin?
negative width.
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•