strongsconcordance.org - Search box text isn't visible

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
freedom4all
Moonbather
Moonbather
Posts: 51
Joined: 2022-11-08, 03:11

strongsconcordance.org - Search box text isn't visible

Unread post by freedom4all » 2022-12-05, 15:10

https://strongsconcordance.org

For some reason the text doesn't show up in the search box. I'm not seeing an errors related to this. It works fine in Firefox

See here:

Image

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2183
Joined: 2018-05-05, 13:29

Re: strongsconcordance.org - Search box text isn't visible

Unread post by vannilla » 2022-12-05, 15:20

The text is hidden by some huge padding.
If you change the search bar's CSS to include:

Code: Select all

padding-top: 0 !important;
padding-bottom: 0 !important;
the inserted letters will appear.

I think this behaviour was discussed somewhere else on the forum. If I recall correctly it's some Chrome quirk in which the padding is used to be equal to a height directive.

freedom4all
Moonbather
Moonbather
Posts: 51
Joined: 2022-11-08, 03:11

Re: strongsconcordance.org - Search box text isn't visible

Unread post by freedom4all » 2022-12-05, 15:29

That is indeed the issue. For the time being, I've added a rule for that to my SiteStyles extension. Thanks

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35474
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: strongsconcordance.org - Search box text isn't visible

Unread post by Moonchild » 2022-12-05, 15:36

vannilla wrote:
2022-12-05, 15:20
I think this behaviour was discussed somewhere else on the forum.
Yeah it's the blink quirk that padding can be used to force a specific "min-height" (instead of using that keyword as intended) and "propping open" the element with stacked padding, ignoring the fact that padding by the standard means no content can be in the same place, since padding is defined as empty space between border and content, so as a result what you type won't be visible as the space left for content is 0.
I suggest you also write the site owners to let them know about this issue.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Danny Carlton
New to the forum
New to the forum
Posts: 1
Joined: 2022-12-05, 19:10

Re: strongsconcordance.org - Search box text isn't visible

Unread post by Danny Carlton » 2022-12-05, 19:12

I'm the site owner. Thanks for the heads up. I fixed the error.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35474
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: strongsconcordance.org - Search box text isn't visible

Unread post by Moonchild » 2022-12-05, 19:39

Danny Carlton wrote:
2022-12-05, 19:12
I'm the site owner. Thanks for the heads up. I fixed the error.
Thanks for the quick turnaround on that and for checking in on the forum :)
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

freedom4all
Moonbather
Moonbather
Posts: 51
Joined: 2022-11-08, 03:11

Re: strongsconcordance.org - Search box text isn't visible

Unread post by freedom4all » 2022-12-05, 22:03

Danny Carlton wrote:
2022-12-05, 19:12
I'm the site owner. Thanks for the heads up. I fixed the error.
Thank you! Very considerate of you to take the extra time to make an account to let us know. :thumbup:

Locked