In the console, if the html tag flashes purple, does that mean it is being rerendered in javascript?...
This question already has an answer here:
chrome inspector showing flashing on body tag
1 answer
I am trying to fix a bug, but I am not sure if I should look for it in javascript. Or, should I look for it in css code. By minimizing the browser, less content shows, and the tag in the console flashes purple.
My question is entirely different from chrome inspector showing flashing on body tag. This post is not even a question, and people upvoted it. The post does not address why html tags flash purple, but only that it's problem can be fix by not moving the slider. I am asking for the reason why it is updating. If you think the question is bad, please explain why?
javascript css google-chrome dom
marked as duplicate by SiddAjmera, ADyson, Andrei Gheorghiu, Amy, R. Richards Nov 20 '18 at 22:12
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
chrome inspector showing flashing on body tag
1 answer
I am trying to fix a bug, but I am not sure if I should look for it in javascript. Or, should I look for it in css code. By minimizing the browser, less content shows, and the tag in the console flashes purple.
My question is entirely different from chrome inspector showing flashing on body tag. This post is not even a question, and people upvoted it. The post does not address why html tags flash purple, but only that it's problem can be fix by not moving the slider. I am asking for the reason why it is updating. If you think the question is bad, please explain why?
javascript css google-chrome dom
marked as duplicate by SiddAjmera, ADyson, Andrei Gheorghiu, Amy, R. Richards Nov 20 '18 at 22:12
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Please add more context of what it is that you're trying to do here.
– SiddAjmera
Nov 20 '18 at 21:59
Possibly yes. Or it could be a responsive CSS rule being applied. Check the source code of the page. Use the JS debugger. Inspect the relevant element to see what CSS rules are being applied.
– ADyson
Nov 20 '18 at 22:03
I cant show what I am working on because it is corporate code. Is it really necessary to know what I am working on to answer the question?
– Rahmi Pruitt
Nov 20 '18 at 22:05
@RahmiPruitt Context frequently matters a great deal, yes.
– Amy
Nov 20 '18 at 22:29
add a comment |
This question already has an answer here:
chrome inspector showing flashing on body tag
1 answer
I am trying to fix a bug, but I am not sure if I should look for it in javascript. Or, should I look for it in css code. By minimizing the browser, less content shows, and the tag in the console flashes purple.
My question is entirely different from chrome inspector showing flashing on body tag. This post is not even a question, and people upvoted it. The post does not address why html tags flash purple, but only that it's problem can be fix by not moving the slider. I am asking for the reason why it is updating. If you think the question is bad, please explain why?
javascript css google-chrome dom
This question already has an answer here:
chrome inspector showing flashing on body tag
1 answer
I am trying to fix a bug, but I am not sure if I should look for it in javascript. Or, should I look for it in css code. By minimizing the browser, less content shows, and the tag in the console flashes purple.
My question is entirely different from chrome inspector showing flashing on body tag. This post is not even a question, and people upvoted it. The post does not address why html tags flash purple, but only that it's problem can be fix by not moving the slider. I am asking for the reason why it is updating. If you think the question is bad, please explain why?
This question already has an answer here:
chrome inspector showing flashing on body tag
1 answer
javascript css google-chrome dom
javascript css google-chrome dom
edited Nov 21 '18 at 20:37
Rahmi Pruitt
asked Nov 20 '18 at 21:59
Rahmi PruittRahmi Pruitt
7611
7611
marked as duplicate by SiddAjmera, ADyson, Andrei Gheorghiu, Amy, R. Richards Nov 20 '18 at 22:12
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by SiddAjmera, ADyson, Andrei Gheorghiu, Amy, R. Richards Nov 20 '18 at 22:12
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Please add more context of what it is that you're trying to do here.
– SiddAjmera
Nov 20 '18 at 21:59
Possibly yes. Or it could be a responsive CSS rule being applied. Check the source code of the page. Use the JS debugger. Inspect the relevant element to see what CSS rules are being applied.
– ADyson
Nov 20 '18 at 22:03
I cant show what I am working on because it is corporate code. Is it really necessary to know what I am working on to answer the question?
– Rahmi Pruitt
Nov 20 '18 at 22:05
@RahmiPruitt Context frequently matters a great deal, yes.
– Amy
Nov 20 '18 at 22:29
add a comment |
Please add more context of what it is that you're trying to do here.
– SiddAjmera
Nov 20 '18 at 21:59
Possibly yes. Or it could be a responsive CSS rule being applied. Check the source code of the page. Use the JS debugger. Inspect the relevant element to see what CSS rules are being applied.
– ADyson
Nov 20 '18 at 22:03
I cant show what I am working on because it is corporate code. Is it really necessary to know what I am working on to answer the question?
– Rahmi Pruitt
Nov 20 '18 at 22:05
@RahmiPruitt Context frequently matters a great deal, yes.
– Amy
Nov 20 '18 at 22:29
Please add more context of what it is that you're trying to do here.
– SiddAjmera
Nov 20 '18 at 21:59
Please add more context of what it is that you're trying to do here.
– SiddAjmera
Nov 20 '18 at 21:59
Possibly yes. Or it could be a responsive CSS rule being applied. Check the source code of the page. Use the JS debugger. Inspect the relevant element to see what CSS rules are being applied.
– ADyson
Nov 20 '18 at 22:03
Possibly yes. Or it could be a responsive CSS rule being applied. Check the source code of the page. Use the JS debugger. Inspect the relevant element to see what CSS rules are being applied.
– ADyson
Nov 20 '18 at 22:03
I cant show what I am working on because it is corporate code. Is it really necessary to know what I am working on to answer the question?
– Rahmi Pruitt
Nov 20 '18 at 22:05
I cant show what I am working on because it is corporate code. Is it really necessary to know what I am working on to answer the question?
– Rahmi Pruitt
Nov 20 '18 at 22:05
@RahmiPruitt Context frequently matters a great deal, yes.
– Amy
Nov 20 '18 at 22:29
@RahmiPruitt Context frequently matters a great deal, yes.
– Amy
Nov 20 '18 at 22:29
add a comment |
1 Answer
1
active
oldest
votes
That's a dev tools feature (which exists on both Chrome and Firefox). It indicates that something has updated inside that DOM element. The same can be seen on attributes if you modify them with JavaScript.
Here's a similar question, which for some odd reason is over at SuperUser, showing this behavior. There you can see the attributes highlighted, which causes its <div>
to flash, as well as <body>
.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
That's a dev tools feature (which exists on both Chrome and Firefox). It indicates that something has updated inside that DOM element. The same can be seen on attributes if you modify them with JavaScript.
Here's a similar question, which for some odd reason is over at SuperUser, showing this behavior. There you can see the attributes highlighted, which causes its <div>
to flash, as well as <body>
.
add a comment |
That's a dev tools feature (which exists on both Chrome and Firefox). It indicates that something has updated inside that DOM element. The same can be seen on attributes if you modify them with JavaScript.
Here's a similar question, which for some odd reason is over at SuperUser, showing this behavior. There you can see the attributes highlighted, which causes its <div>
to flash, as well as <body>
.
add a comment |
That's a dev tools feature (which exists on both Chrome and Firefox). It indicates that something has updated inside that DOM element. The same can be seen on attributes if you modify them with JavaScript.
Here's a similar question, which for some odd reason is over at SuperUser, showing this behavior. There you can see the attributes highlighted, which causes its <div>
to flash, as well as <body>
.
That's a dev tools feature (which exists on both Chrome and Firefox). It indicates that something has updated inside that DOM element. The same can be seen on attributes if you modify them with JavaScript.
Here's a similar question, which for some odd reason is over at SuperUser, showing this behavior. There you can see the attributes highlighted, which causes its <div>
to flash, as well as <body>
.
answered Nov 20 '18 at 22:06
JosephJoseph
87k24145186
87k24145186
add a comment |
add a comment |
Please add more context of what it is that you're trying to do here.
– SiddAjmera
Nov 20 '18 at 21:59
Possibly yes. Or it could be a responsive CSS rule being applied. Check the source code of the page. Use the JS debugger. Inspect the relevant element to see what CSS rules are being applied.
– ADyson
Nov 20 '18 at 22:03
I cant show what I am working on because it is corporate code. Is it really necessary to know what I am working on to answer the question?
– Rahmi Pruitt
Nov 20 '18 at 22:05
@RahmiPruitt Context frequently matters a great deal, yes.
– Amy
Nov 20 '18 at 22:29