Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Mouse cursor doesn't change when hovering over hyperlinks

  • Нет ответов
  • 21 имеет эту проблему
  • 8 просмотров
more options

e.g. Google search

When hovering over hyperlinks (e.g. the Blah Wikipedia link that comes up in the search results above), the mouse cursor doesn't always change into a hand.

Strangely, the mouse cursor does change into a hand sometimes (e.g. when hovering over the magnifying-glass icon to the right of the search result links), probably because of CSS rules - it's just the default.

e.g. [http://www.google.com/search?q=blah Google search] When hovering over hyperlinks (e.g. the Blah Wikipedia link that comes up in the search results above), the mouse cursor doesn't always change into a hand. Strangely, the mouse cursor does change into a hand sometimes (e.g. when hovering over the magnifying-glass icon to the right of the search result links), probably because of CSS rules - it's just the default.

Все ответы (1)

more options

Fixed problem - turns out the permissions in my ~/.mozilla directory were incorrect (several files were owned by root, and not writable by my account). Running:

   $ sudo chown -R (user) ~/.mozilla

then restarting Firefox fixed it.

Strange it gave no actual error messages though.