On Wolfram Alpha, text cursor is invisible
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:
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:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
- Apollo supporter
- Posts: 34
- Joined: 2020-09-30, 05:24
On Wolfram Alpha, text cursor is invisible
On Wolfram Alpha, http://www.wolframalpha.com/ the cursor is invisible in the input field.
-
- Board Warrior
- Posts: 1873
- Joined: 2015-09-30, 23:02
- Location: uk.
Re: On Wolfram Alpha, text cursor is invisible
have you tried changing your theme.?..some themes affect the input field.
user of multiple puppy linuxes..upup,fossapup.scpup,xenialpup.....
Pale moon 29.4.1

Pale moon 29.4.1
-
- Moon Magic practitioner
- Posts: 2401
- Joined: 2018-05-05, 13:29
Re: On Wolfram Alpha, text cursor is invisible
It's a problem with the website's CSS.
The input field is defined to have transparent text color and is using the "caret-color" property to set the cursor (aka "caret") color to a dark grey value.
Pale Moon doesn't support the caret-color property (yet?) so the cursor disappears.
The text is still colored (by the way, it's the same dark grey color) because the "color" property is set in one of the parent nodes, so even though visually you get the same effect as stating the text color into the input field, semantically you have a dark grey panel on top of which you place a whiteish panel with holes representing the text you entered.
The input field is defined to have transparent text color and is using the "caret-color" property to set the cursor (aka "caret") color to a dark grey value.
Pale Moon doesn't support the caret-color property (yet?) so the cursor disappears.
The text is still colored (by the way, it's the same dark grey color) because the "color" property is set in one of the parent nodes, so even though visually you get the same effect as stating the text color into the input field, semantically you have a dark grey panel on top of which you place a whiteish panel with holes representing the text you entered.
-
- Pale Moon guru
- Posts: 37639
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: On Wolfram Alpha, text cursor is invisible
Why on earth would you EVER want to style text input that way?
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
- Pale Moon guru
- Posts: 37639
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: On Wolfram Alpha, text cursor is invisible
We don't support caret-color yet, but porting Mozilla code for it should be trivial as it was added in Firefox 53. bug #1063162
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
- Moon Magic practitioner
- Posts: 2401
- Joined: 2018-05-05, 13:29
Re: On Wolfram Alpha, text cursor is invisible
The site is built using a high level framework (it seems to be next.js), so the webmaster itself has only so much control on how the DOM is structured.
Given the rather long chain of dependencies of modern framework, who knows where the element gets its style from. It's probably some junk seeping through too many abstraction layers.
-
- Pale Moon guru
- Posts: 37639
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: On Wolfram Alpha, text cursor is invisible
Still, at some point someone decided this was such a great idea they just had to do it, and it was accepted and propagated in the framework...
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite