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...
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
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
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/
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>
Right, I've found the issue. Will submit a PR once I've done a tad more testing
Awesome
Closed as we have a pr for testing
Hello @ciar4n ,
it doesn't seem to affect the default Joomla templates...
Which template is?