JD,

The number of issues seems to hover around 600 so they are being addressed, 
I think if you can define well a problem, and know a solution and can 
facilitate by adding more info they may be more likely to be addressed.

I have also noticed some of the issues raised individually end up being 
included in a future release but the issue is not referred back to and 
closed. 

Keep in mind that their may be other considerations that influence if an 
issue is resolved, It appears that batches of issues may be resolved when a 
new core facility is introduced.

Don't be shy,

Tony

On Monday, July 16, 2018 at 1:13:24 AM UTC+10, JD wrote:
>
> Oh, thanks Talha! 
>
> Maybe we can add this as an issue to TW5 on github? So somebody at the dev 
> team can add any of those three lines to the core Vanilla theme.
>
> (I'm intimidated by the large number of issues still open there to open a 
> new one myself)
>
> -JD
>
>  
>
> On Monday, July 16, 2018 at 12:05:38 AM UTC+9, talha131 wrote:
>>
>> JD <http://j.d.tiddlyspot.com/> suggested the solution to this issue. I 
>> am documenting it here for others who might face the same issue.
>> Problem 
>>
>> Color palette setting may make the text in dropdown list (<select>) 
>> invisible
>>
>> [image: Screen Shot 2018-07-15 at 00.05.08]
>>
>> To reproduce the issue, try Neonize or C8 Dark palette from here 
>> <http://j.d.palette.tiddlyspot.com/>.
>> Solution 
>>
>> That’s because the select HTML tag’s background is not defined in the 
>> core themes. We need to style it separately, by adding this CSS to any 
>> tiddler tagged $:/tags/Stylesheet
>>
>> select { background: <<colour page-background>>; }
>>
>> Or if you want the tiddler background color:
>>
>> select { background: <<colour background>>; }
>>
>> Or if you want it to be transparent:
>>
>> select { background: transparent; }
>>
>> Thanks JD <http://j.d.tiddlyspot.com/>
>> ​
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19c13122-18c1-4626-9736-767138f4be26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to