In the Chrome web browser, if you're somewhere in the middle of a webpage, and click there to indicate where you are, and you start searching for a string using ctrl-f, the search always starts from the beginning of the webpage. I used to mostly use Firefox, so this is surprising for me because, in Firefox, this works as expected - the search starts off from where you clicked. Is there any way to get the same behaviour from Chrome?
Thanks in advance.
nope, but it is requested: https://productforums.google.com/forum/?fromgroups#!topic/chrome/h9cZN8WOBhw
I suggest you second the request.
Edit: third it
Related
I can't find anybody facing the same problem as mine.
Every time I click an image on google image, suddenly the whole page disappear, but I'm still able to click things just like everything is still there.
I already turn off all extension, use incognito mode, after finally I try to use inspect element, and found attribute stating "Opacity: 0" on the body. And after unchecking the box (Quick disable attribute in inspect element chrome) everything shows up again.
I'm so confused on why this is happening.
Does anyone have ever facing the same problem?
Or how do I fix it?
It's so frustrating, because I have to refresh the page, every time I click on an image, or switch between images
so I was having this one. in the end, it was a virus.
In my case, it was showing an AD screen on the main google page, and in the sources>gstatic.com it had a different source which also was in a [unknown] source.
dug a bit up and discover some adware was using gstatic as a proxy to show ads on all browsers.
I solved it by running malwarebytes, it found it pretty quickly and solved it for me.
Posting this here because I'm hoping it helps people who search for this issue in the future.
part of the log
I think we can delete every element of a website from the inspector tool on chrome.
But here's the issue. I was using google calendar on chrome, and what i did was i added style="filter: invert(100%)" to the html container.
(I know it is silly to invert a website like that, but i was just testing some of my css)
After i did this, everything was inverted on the website, however a text "null" appeared on the top of the website:
Then, i searched for the null element, and tried to delete it, but the delete option itself is not there. I'm very confused, i have tried searching this on google and stack overflow itself, but no one seems to have the same problem as me :/
Can anyone offer some guidance?
I can delete it.
I think it has to do with the fact that Google continues to send the full status of the page as xhr internally at regular time intervals and receive responses for security and other reasons. As a result of this request, null is returned as a response and displayed on the screen.
I have been using froala Editor with Google Chrome and everything is fine. I met a client who uses Firefox who needed to press the space-bar twice in order to get a single space. Pressing it once made the space appear, only to disappear as soon as you start typing the next word.
The issue happens when the content is pre-loaded and the user wants to append text to an existing "<span>" element.
Unlike the guy with this similar question , I am not getting any error at all in my console.
Has anyone ever encountered this issue? How do I resolve it so that my Firefox users can only press space-bar once to get a single space instead of pressing twice?
Thank you in advance for your assistance. If it helps, the client uses the latest Firefox always and so do I.
You can try adding a little css to that span tag, display: inline-block; and then check if it resolves your problem.
I recreated the top item from the DropDown demos, at https://elements.polymer-project.org/elements/paper-dropdown-menu?view=demo:demo/index.html&active=paper-dropdown-menu
The only thing different I did was replace the strings with "Internal"and "External". It seemed that when the DDL is rendered on the screen, the first time it works correctly when it is clicked, but then subsequent times, it is made really small with a scroll bar that you cant really see.
You can see what the form looks like first, what it looks like when i click on it the first time.... and what i click on it the second time respectively.
This is a known issue with the older Dartium version that is based on Chromium 39. I haven't checked the newer Dartium that is based on Chromium 45. AFAIR the newer version is shipped since Dart 1.15 but perhaps only with 1.16-dev. If you try it in a current Chrome version it should work as expected.
To resolve this issues, there isTo resolve this issue, there is an attribute called: no-animations you can add to the paper-dropdwon-menu which will stop animations and cause it to render correctly.
based on Polymer styling, you can say either just: no-animations or no-animations="true"
<paper-dropdown-menu no-animations="true">
....
</paper-dropdown-menu>
When you put a google map and a plus one button on the same page it seems to create some strange rendering issues. In these examples WITH and WITHOUT the plus one button. If you click on a marker it will zoom in on it, then hit reset to zoom back out. You'll see the map doesn't render when the buttons included till you zoom in and out manually. Why? Anyone know a way around this?
EDIT: This issue seems to only happen in Google Chrome...IRONY!
Both worked fine for me in Firefox 6. In IE9 the google +1 button didn't even show up at all. No surprise there, really, although it should work. That might be, however, because you don't have fully valid HTML in your test document (with html and body tags). You might want to try that first.
You can also try using the HTML 5 tag for the google plus one button. I feel that is a safer alternative and it is fully HTML5-valid:
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="250" ></div>
Check out the +1 Button Reference under "+1 Tag Attributes" for a complete list of possible attributes