Strange background behavior
See original GitHub issueI’m facing a weird bug which cause background of Blockly shows random image
Normal background should be like
But instead, Blockly shows something like below
Please have a look of the screen recording
This happens mostly when I switch back from another tab or window, and most images appears on background are (inverted or rotated) favicon
I also found that this issue only happens in Google Chrome
Someone on Stackoverflow point me out that this might be cause by <base>
tag, but it seems like Blockly didn’t use <base>
tag?
Even I change this line as comment on Stackoverflow to use absolute URL, All I got is a blank background
Is this a bug of Blockly or Chrome? or I misconfigured something? 😕
Some additional info of my environment
- MacOS 10.12.4
- Chrome 56
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
1186 Strange Behavior Images, Stock Photos & Vectors
Find Strange Behavior stock images in HD and millions of other royalty-free stock photos, illustrations and vectors in the Shutterstock collection.
Read more >strange conky background behavior - Ask Ubuntu
A):. Your .conkyrc states own_window yes . This means that conky has it's own window. By stating own_window_type normal the window is being...
Read more >CSS strange behavior for background-position - Stack Overflow
You can fix this by removing background-attachment: fixed. The "fixed" value is relative to the screen, not the you have the background ......
Read more >Help in troubleshooting strange behavior when resuming ...
The behavior I observed is not due to any of those plugin, but to a bug in Vim. Maybe using those plugins makes...
Read more >Console background color has strange behavior when ...
When a background color is set and then a text shorter than the console width is written followed by a newline, the remaining...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Finally they can reproduce this bug. It seems like this bug only exists on MacOS with Intel HD 6000 GPU.
Disable
Use hardware acceleration when available
can temporarily fix the bugI’m closing this since it’s definitely in Chrome and not Blockly. Thanks for giving them such a detailed report and repro cases.