? ? Pending

User tests: Successful: Unsuccessful:

avatar DelPoint
DelPoint
9 Mar 2021

Missing container element for $headerText (optional in banner module), which limits the header text's CSS styling. (While $footerText has a proper container element.)

Pull Request for Issue # .

Summary of Changes

Added div container element around $headerText (optional Header Text in banner module).

Testing Instructions

Nothing serious, just select 'HTML5' or 'none' style for module output, then check the output code of the page.

Actual result BEFORE applying this Pull Request

<div class="bannergroup">
  Banner Header Text
 <div class="banneritem">
 ...

Expected result AFTER applying this Pull Request

<div class="bannergroup">
  <div class="bannerheader">
    Banner Header Text
  </div>
 <div class="banneritem">
 ...

Documentation Changes Required

Add bannerheader class name and its description to this document (or to its newer variant, if exist - couldn't find one though): https://docs.joomla.org/CSS_Class_Names_Frontend_in_Version_1.6

avatar DelPoint DelPoint - open - 9 Mar 2021
avatar DelPoint DelPoint - change - 9 Mar 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Mar 2021
Category Modules Front End
avatar Quy Quy - change - 11 Mar 2021
Labels Added: ?
avatar Quy Quy - test_item - 24 Mar 2021 - Tested successfully
avatar Quy
Quy - comment - 24 Mar 2021

I have tested this item successfully on 4789d13


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32622.

avatar richard67 richard67 - test_item - 6 Apr 2021 - Tested successfully
avatar richard67
richard67 - comment - 6 Apr 2021

I have tested this item successfully on 4789d13


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32622.

avatar richard67 richard67 - change - 6 Apr 2021
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 6 Apr 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32622.

avatar rdeutz rdeutz - change - 15 Apr 2021
Labels Added: ? ?
Removed: ?
avatar zero-24
zero-24 - comment - 20 Apr 2021

Merging thanks ?

avatar zero-24 zero-24 - change - 20 Apr 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-04-20 16:59:46
Closed_By zero-24
Labels Added: ?
Removed: ?
avatar zero-24 zero-24 - close - 20 Apr 2021
avatar zero-24 zero-24 - merge - 20 Apr 2021

Add a Comment

Login with GitHub to post a comment