[Bug 23185] Long property values of type Text wrapped inside a html tag sometimes breaking the site layout when factbox is visible

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23185

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jamesin.hongkon...@gmail.co
   ||m
 Resolution|--- |FIXED

--- Comment #2 from MWJames jamesin.hongkon...@gmail.com ---
Resolved with SMW 1.9, see [1].

[1]
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/includes/Factbox.php#L314

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23185] Long property values of type Text wrapped inside a html tag sometimes breaking the site layout when factbox is visible

2011-12-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23185

fastgoldf...@gmail.com changed:

   What|Removed |Added

 CC||fastgoldf...@gmail.com

--- Comment #1 from fastgoldf...@gmail.com 2011-12-03 21:54:08 UTC ---
I ran into this problem with properties of type URL. Long URLs are routine. I
solved the issue with this bit of CSS in my MediaWiki:Common.css:

/* Ensures long URLs in the SMW factbox don't ruin page layout */
.smwprops { word-wrap:break-word; }

the smwprops class should probably have that CSS added to it in SMW core. That
will probably solve the problem except maybe in unusual cases where the
properties themselves contain markup that interferes with that CSS. I'm not
sure how to handle that, but for now, my patch above should solve the problem
in most cases.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l