Last modified: 2012-04-16 09:16:05 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T30041, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28041 - == Level 2 (Section heading) == is not shown after {{info| }} tag
== Level 2 (Section heading) == is not shown after {{info| }} tag
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Normal minor (vote)
: ---
Assigned To: Derk-Jan Hartman
http://en.wikibooks.org/wiki/Control_...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-14 16:21 UTC by Eugene Butan
Modified: 2012-04-16 09:16 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Eugene Butan 2011-03-14 16:21:46 UTC
The following code:

{{info|A system design that is not causal cannot be physically implemented. If the system can't be built, the design is generally worthless.}}

== Time-Invariance ==

A system is called ...

does not show the section heading.
Comment 1 Eugene Butan 2011-03-14 16:23:25 UTC
Tested on Chrome 10.0.648.133 and FF 3.6.13 on OS X 10.6.6
Comment 2 Roan Kattouw 2011-03-14 18:08:55 UTC
Seems to be caused by overflow:hidden; on the h2, assigning to thedj.
Comment 3 Leinad 2011-03-14 21:51:05 UTC
Similar problem we had on pl.wiki and I fixed in this way: http://pl.wikipedia.org/w/index.php?title=Wikipedia:Administratorzy/Odbieranie_uprawnie%C5%84/Nieaktywno%C5%9B%C4%87&diff=prev&oldid=25665674

It looks that parser works otherwise after 1.17 WMF deployment.
Comment 4 Leinad 2011-03-16 01:40:40 UTC
Probably connected with bug26449.
Comment 5 Erwin Dokter 2011-03-16 11:59:20 UTC
Tested on Chrome 10 and IE8 on XP; works for me.
Comment 6 Eugene Butan 2011-03-16 12:31:37 UTC
under Win XP
Chrome 9.0.597.98 - does not work
Chrome 10.0.648.134 - does not work
IE 6.0.2900.2180 - works fine
Comment 7 Roan Kattouw 2011-03-18 14:53:21 UTC
<Danny_B|backup>	RoanKattouw: http://toolserver.org/~danny_b/upload/error-msg-wrong-css.png
<Danny_B|backup>	.errorbox has float:left
<Danny_B|backup>	so as i said, it is wrong css
<Danny_B|backup>	i actually don't see a reason to have float on errorboxes
<Danny_B|backup>	(as well as on .successbox)
<Danny_B|backup>	however i don't think it is related, because removing of overflow hidden from that header did not move it down. as i said, it is definitely because of the float left in .errorbox (& .successbox) which is there without any reasonable reason
Comment 8 Danny B. 2011-03-18 15:11:43 UTC
The {{Info|...}} uses totally inapropriate class .infobox which has float:right while the box unlike regular infoboxes on the right side is not supposed to float, but to be centered or full width.

Fixed by
http://en.wikibooks.org/w/index.php?title=Template:Info&diff=prev&oldid=2071276
&
http://en.wikibooks.org/w/index.php?title=Control_Systems/System_Identification&diff=prev&oldid=2071279

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links