?
avatar ciar4n
ciar4n
26 Jul 2016

XML Code Example..

<field name="j51_inlineicons"
    type="Repeatable"
    select="List/Add Icons(s)"
    icon="list"
    description="Icons(s)"
    label="Icons(s)">
    <fields name="params">
    <fieldset hidden="true" name="j51_inlineicons_modal" repeat="true">
        <field name="j51_iconclass" type="text" default="" label="FontAwesome Icon Class" description="Set your FontAwesome Icon class name" />
        <field name="j51_icontitle" type="text" default="" label="Icon Title" description="Set your icon title" />
        <field name="j51_iconurl" type="text" default="" label="Icon URL" description="Set your linked icon URL" directory="/" filter="" exclude="" stripext="" />
        <field name="j51_iconcolor" type="color" default="#adb3b8" label="Icon Color" description="Set your icon colors" />
    </fieldset>
    </fields>
</field>

Result...

screen shot 2016-07-26 at 02 12 46

Issue only appearing since updating to Joomla 3.6.0 with the same issue appearing for both templates and modules. Regardless of where you click within the color picker the result is the current set color.

Ciaran

avatar ciar4n ciar4n - open - 26 Jul 2016
avatar jeckodevelopment
jeckodevelopment - comment - 28 Jul 2016

Hello @ciar4n ,
it doesn't seem to affect the default Joomla templates...
Which template is?

avatar ciar4n
ciar4n - comment - 28 Jul 2016

Hi Jecko

Originally the issue was noticed on a Joomla51 template and module. I have just tested on a fresh install of Joomla 3.6 with both the Beez and Protostar template (Admin tempalte: Isis) with the exact same result. The styling and unselectable issue remains in both Chrome and Firefox.

Ciarán


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

avatar jeckodevelopment
jeckodevelopment - comment - 28 Jul 2016

"joomla51" is this a template producer?

Protostar and Beez have color selector like the one in the following image.
protostar

avatar brianteeman
brianteeman - comment - 28 Jul 2016

Luca - that is not what the report is about.
The report is about when the color field is inside a repeatable block

On 28 July 2016 at 12:51, Luca Marzo notifications@github.com wrote:

"joomla51" is this a template producer?

Protostar and Beez have color selector like the one in the following image.
[image: protostar]
https://cloud.githubusercontent.com/assets/733133/17211551/5f9e682e-54ca-11e6-9aa4-3b811eb91b9f.PNG


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#11309 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABPH8QSyxkHa_UyAXipu3N_B95SwQ970ks5qaJfDgaJpZM4JU2uX
.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar ciar4n
ciar4n - comment - 2 Aug 2016

Probably not the best solution however the following CSS loaded in to the modules/templates admin settings seems to fix the issue...

.minicolors-input {
  position: relative;
}
.minicolors-input > .minicolors {
  left: 0;
  position: absolute;
  top: 0;
}
.minicolors-input .minicolors-slider-hue {
  display: none;
}
```<hr /><sub>This comment was created with the <a href="https://github.com/joomla/jissues">J!Tracker Application</a> at <a href="https://issues.joomla.org/tracker/joomla-cms/11309">issues.joomla.org/joomla-cms/11309</a>.</sub>
avatar C-Lodder
C-Lodder - comment - 4 Aug 2016

@ciar4n - Half fixes it, but if you look closely, there are still 2 colour palettes, 1 overlapping the other

avatar C-Lodder
C-Lodder - comment - 4 Aug 2016

Right, I've found the issue. Will submit a PR once I've done a tad more testing

avatar brianteeman
brianteeman - comment - 4 Aug 2016

Awesome

avatar C-Lodder
C-Lodder - comment - 4 Aug 2016

PR submitted. Enjoy: #11451

avatar brianteeman
brianteeman - comment - 4 Aug 2016

Closed as we have a pr for testing

Add a Comment

Login with GitHub to post a comment