Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Firefox 22 on w7 - http://webpages.charter.net/wingthing/html/test/test7.htm - Ridge borders broken - changes with control-mousewheel - reported yet?

  • 6 odpovedí
  • 2 majú tento problém
  • 1 zobrazenie
  • Posledná odpoveď od speedken

more options

Gaps are seen at the corners of ridge-style borders. These have been broke for a couple of releases now. No other details needed.

I chose ASK question, not POST question. Why does button say "POST"?

Gaps are seen at the corners of ridge-style borders. These have been broke for a couple of releases now. No other details needed. I chose ASK question, not POST question. Why does button say "POST"?

Vybrané riešenie

I'm not seeing any such artifacts.

Try to disable hardware acceleration in Firefox.

Čítať túto odpoveď v kontexte 👍 2

Všetky odpovede (6)

more options

Hi Wingy99, this page is a bit eclectic. Can you point out more specifically the ones that need attention?

more options

I'm not seeing any broken borders.

I notice some errors in the CSS rules like lines that are supposedly (?) commented out that start with a "/" (comments should be enclosed in /* */)

  • Web Console (Firefox/Tools > Web Developer;Ctrl+Shift+K)
         TD.t1 {
t            spacing: 0 0 0 0;
            padding: .6em .5em .4em .5em;
            background: black;
            border: ridge 10pt blue;
         }

         TABLE.t2 {
            background: brown ;
            border: ridge 3pt darkred;
/            padding: .2em;

         }

There are also errors with the border-style (probably border should have been used).

         a#hv2:hover {
            background: green;
            color: yellow;
            border-color: blue;
            border-style: 10px ridge;
         }
more options

Hi jscher2000 and cor-el... very nice of you to reply... thanks! And thanks for trying to verify the seen problem. Maybe I have a problem locally with a graphics card or something.

Here's a screengrab of what I see...

http://webpages.charter.net/wingthing/img/cornergaps.jpg

As one control-mousewheels (scales) the page, graphics "debris" sparkles in those gaps... what one could call pixel noise, I suppose. Some of that pixel noise can be seen in the corners of the F and G elements. The noise animates and changes (sparkles) during the control-mousewheeling.

I guess I better start looking for a local cause. Again, it was very nice of you two to respond and be concerned... thanks again. Cor-el... thanks for the cleanup look-see on my css, too. My incompetence (or lack of paying attention to specs) shines bright, eh?  :)

more options

Vybrané riešenie

I'm not seeing any such artifacts.

Try to disable hardware acceleration in Firefox.

more options

Hi Cor-el... that fixed me right up. You're a genius! Well done. Sorry if I was a hassle for you or anyone else.

more options

Fixed me up too