? Pending

User tests: Successful: Unsuccessful:

avatar tonypartridge
tonypartridge
27 Jan 2017

As per Georges comment we always need to render the label for Accessibility reasons regardless of the show/hide setting. This pull just adds some inline CSS to hide the label and respect the config option within the module.

Leaving behind the original classing incase it is being used already in the users template.

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Documentation Changes Required

avatar tonypartridge tonypartridge - open - 27 Jan 2017
avatar tonypartridge tonypartridge - change - 27 Jan 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 Jan 2017
Category Modules Front End
avatar mbabker
mbabker - comment - 27 Jan 2017

There's a class already in the core CSS for this. Please use that instead of inlining some CSS (IIRC it's the element-invisible class that's the preferred one).

avatar tonypartridge
tonypartridge - comment - 27 Jan 2017

Hi @mbabker

The problem with that is you need to write some css into your template or you have to load the core bootstrap. Therefore meaning this config option doesn't work.

Since it doesn't work on 90% of templates (my own guess). It's a a big fail of an option and should just be removed if we are not wanting to allow a way for it to work at most times.

avatar mbabker
mbabker - comment - 27 Jan 2017

Well then by that argument Joomla should just not use CSS and inline style everything.

As commented on your other item, there is an expectation that templates should be implementing the base core CSS selectors and templates that aren't doing that really should fix their errors or deal with needing to make overrides to work with their implementations.

avatar tonypartridge tonypartridge - change - 27 Jan 2017
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2017-01-27 17:30:11
Closed_By tonypartridge
Labels Added: ?
avatar tonypartridge tonypartridge - close - 27 Jan 2017
avatar dgt41
dgt41 - comment - 27 Jan 2017

Well then by that argument Joomla should just not use CSS and inline style everything.

Another good point for Custom elements then ?

avatar tonypartridge
tonypartridge - comment - 27 Jan 2017

I've already closed this and won't be opening anymore soon don't worry.

Add a Comment

Login with GitHub to post a comment