?
avatar Stalib
Stalib
8 Nov 2013

Description:

The info block render helper does not hide the entire html generated when selecting above or below from the article options when using components like Category Blog. The default article view component is fine as it does not use the render helper.

This produces errors when trying to style the .article-info class. If this is intentional, please note this breaks behavior across different components IE Category Blog and the default article view.

Version:

Joomla 3.2 (Windows 7 64bit, Chrome)

Details:

File: .. / layouts / joomla / content / info_block / block.php

<dl class="article-info  muted">
        <?php if ($displayData['position'] == 'above' && ($blockPosition == 0 || $blockPosition == 2)
                        [Other Code]
        <?php endif; ?>
    </dl>

Should be:

<?php if ($displayData['position'] == 'above' && ($blockPosition == 0 || $blockPosition == 2)
           <dl class="article-info  muted">
                        [Other Code]
          </dl>
<?php endif; ?>

Repro Steps:

  1. Select Category Blog as menu item type
  2. Change position of article info in the article options section to either above or below
  3. Add any css to .article-info IE .article-info {padding: 5px; border: thin solid red; background-color: green;)

Results:

Both article-info are still visible. One with text and one without depending on option selected.

Expected:

Only one article-info box should be visible depending on your option (IE either below or above)

avatar Stalib Stalib - open - 8 Nov 2013
avatar Stalib
Stalib - comment - 8 Nov 2013

Apologies, initially had the wrong file position. Edited with correct file position.

avatar Stalib Stalib - close - 8 Nov 2013
avatar Stalib Stalib - reopen - 8 Nov 2013
avatar brianteeman
brianteeman - comment - 9 Nov 2013

Thanks for your contribution - At this time we are only using github as the place to submit code fixes, the actual reporting of issues and testing fixes is still taking place on Joomlacode.

Please can you:

1) Open an item on the Joomlacode tracker in the appropriate area.

CMS Bug Reports: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103

CMS Feature Requests: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549

2) After submitting the item to the Joomlacode tracker, add a link to the Joomlacode tracker item here and make sure that you add a link to this GitHub issue or pull request on the joomlacode tracker item.

avatar brianteeman brianteeman - change - 21 Aug 2014
The description was changed
Status New Information Required
Build .
avatar brianteeman
brianteeman - comment - 1 Sep 2014

I cannot replicate this issue with Joomla 3.3.3 - has this been fixed elsewhere or am I missing somethin

This comment was created with the J!Tracker Application at http://issues.joomla.org/.

avatar brianteeman
brianteeman - comment - 1 Sep 2014

@test I've tested this on every screen I can find and it ROCKS
Personally I would not change the colour of the button from default grey to blue

avatar brianteeman
brianteeman - comment - 1 Sep 2014

@test I've tested this on every screen I can find and it ROCKS
Personally I would not change the colour of the button from default grey to blue

This comment was created with the J!Tracker Application at http://issues.joomla.org/.

avatar brianteeman brianteeman - change - 1 Sep 2014
The description was changed
avatar brianteeman brianteeman - change - 2 Sep 2014
Category Layout
avatar brianteeman
brianteeman - comment - 21 Sep 2014

Looks like my last two comments do not belong on this issue - oops

This comment was created with the J!Tracker Application at http://issues.joomla.org/.

avatar 810
810 - comment - 13 Oct 2014

@Stalib can you check this #4406

avatar brianteeman
brianteeman - comment - 1 Jan 2015

After considerable time without update I am closing this. If you feel this is still an issue please provide further information and it can always be reopened


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/2447.
avatar brianteeman brianteeman - change - 1 Jan 2015
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2015-01-01 16:55:23
Closed_By brianteeman
avatar brianteeman brianteeman - close - 1 Jan 2015
avatar zero-24 zero-24 - close - 1 Jan 2015
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment