There is always a great deal of Joomla! development activity underway and communicating with other developers in the community is essential. This site is a resource for anyone looking to build or maintain software based on the Joomla! platform.
Where to Start
Assuming span is required, the following 41 results were found.
-
tag closings. The attached patch repairs all the problems that can be repaired (some, like name attributes on the tooltips span, can't be avoided yet). The corresponding unit test can be found at...
- Type: Tracker Issue
-
Bug in the BreadCrumbhttps://developer.joomla.org/joomlacode-archive/issue-7030.html
on FAQ, and the breadcrumb will be as follows, Home arrow its good with some categories, but in some categries it shows the span and CDATA tag .. any body have a patch??
- Type: Tracker Issue
-
mod_newsflash in "vertical" mode, the article separator "span" element is rendered after the last item. In most cases, that would be a mild annoyance. I would suggest allowing the user to specify whether the separator should be displayed after the last...
- Type: Tracker Issue
-
'.customOffset', $toolTipArray); customOffset hover text You should see a tooltip when you hover on the text inside the span tag. 3. Now, change the first line to: $toolTipArray = array('offsets'=>20, 'maxtitlechars'=>40); Now, without the patch, the...
- Type: Tracker Issue
-
Incorrect JHML.calendar renderinghttps://developer.joomla.org/joomlacode-archive/issue-8283.html
Fix: \libraries\joomla\html\html.php: around line 282: replace: return ''. ''; with: return ''.' '; I've added nowrapping span, space between input and icon, and set icon's align to top. The results are in image6. Tested in FF 2.0.10, IE (6 and 7),...
- Type: Tracker Issue
-
white space at line 23 of "modules/mod_menu/tmpl/default_separator.php". This adds unnecessary white space after the closing span tag of a "Text Separator" menu item. The white space is inconsistent with other menu item types and makes styling of the...
- Type: Tracker Issue
-
table.adminlist td.order { text-align: right; white-space: nowrap; } table.adminlist td.order span { width: 20px; text-align: center; } --------------------------------------------- Adjust the % from 8 to 7 in line 87 in admin.content.html.php
- Type: Tracker Issue
-
verified on IE and FF). Problem can be solved easily by modifying file template.css line 65 (adding padding-right): #header3 span { color:#FFFFFF; font-size:22px; font-weight:bold; line-height:44px; padding-left:180px; padding-right:180px;
- Type: Tracker Issue
-
the following selector a:hover, a:focus and removed this following: text-decoration: underline; Then I added the following: .span12 span:hover { text-decoration: underline; } This makes it so that only the text gets underlined on hover which is what it...
- Type: Tracker Issue
-
is okay as a bandaid for new installs, on old installs with those modules and in existing cases where users want to use a span of 1. So we need to find a solution that makes sure existing sites work as they did before. This is medium high for the...
- Type: Tracker Issue
-
produces: I am in charge of buying fruit. If you sell good fruit, contact me. Probably should change this span to a div with inline-block style to avoid invalid markup if user enters block level tags in Contact - Other Info field.
- Type: Tracker Issue
-
Beez Module Headers 3 spans ?https://developer.joomla.org/joomlacode-archive/issue-21219.html
Articles Categories Login Form Etc. Why the span class values for headings? Is this test data? In Beez_20/html/modules.php function modChrome_beezDivision($module, &$params, &$attribs) { $headerLevel = isset($attribs['headerLevel']) ? (int)...
- Type: Tracker Issue
-
Joomla is n't creating a table! https://developer.joomla.org/joomlacode-archive/issue-33188.html
Table cells may either contain "header" information (see the TH element) or "data" (see the TD element). Cells may span multiple rows and columns. The HTML 4 table model allows authors to label each cell so that non-visual user agents may more easily...
- Type: Tracker Issue
-
complex: 1. add the stylesheet in Protostar index.php as done with Beez3 2. add the class in the .less and .css in Protostar span.highlight { background-color:#FFFFCC; font-weight:bold; padding:1px 4px; } 3.implement the highlighter in com_search (as...
- Type: Tracker Issue
-
/layouts/joomla/content/tags.php line 25 contains a hardcoded space after the closing span element that is unnecessary and could potentially be problematic in certain implementations. Spacing should be handled by CSS instead.
- Type: Tracker Issue
-
more javascript in output This plugin doesn't output a javascript to generate the html, but outputs a link with a series of span elements. The email address id distributed in parts over data-content attributes in these spans. Then by using some short...
- Type: Tracker Issue
-
will break any normal use of floating images or h2 headings within the article itself. Possible solutions: - Add a separator span/div (which can be cleared) between the Action Buttons and the first paragraph - Enclose the article text within its own...
- Type: Tracker Issue
-
IE https://developer.joomla.org/joomlacode-archive/issue-25681.html
"hand" appears. This is problem for guests because they must not know it is button. Patch attached. Note: css code #close a span { line-height:normal } solving problem with blink text-hand-text-hand mouse pointer if mouse move to button from bottom side...
- Type: Tracker Issue
-
in the layout. This will only add a when there is another kind of line break in the string and also will not work inside a span since it is not designed for use with text that is already html.
- Type: Tracker Issue
-
main menu items (those holding the various sub menus) get totally mixed up. Further, sometimes lists of sub-menu items will span multiple pages in the Menu Manager: Menu Items table; however, if you switch between pages any changes you made to the...
- Type: Tracker Issue