Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Clicking a link vs. typing the link in the address bar gives different SVG output.

  • 2 답장
  • 1 이 문제를 만남
  • 10 보기
  • 최종 답변자: FredMcD

more options

I have a web app that uses SVG to render. There's a problem with SVG gradient fills rendering when I type the URL of the application that doesn't occur when I navigate to the site via a bookmark.

If you navigate to https://www.draw.io?ff=1 you'll see the correct result, an SVG rect with a gradient fill. If you manually type that URL, the fill fails.

I've tested this on FF 3.6, 18, 29 and 31 on Windows 7, OS X 10.9 and Linux Mint 17, they all show this behaviour.

I found this thread that might be related and I've tested in safe mode with the cache cleared and that doesn't help: https://support.mozilla.org/en-US/questions/1005522?esab=a&as=aaq

I have a web app that uses SVG to render. There's a problem with SVG gradient fills rendering when I type the URL of the application that doesn't occur when I navigate to the site via a bookmark. If you navigate to https://www.draw.io?ff=1 you'll see the correct result, an SVG rect with a gradient fill. If you manually type that URL, the fill fails. I've tested this on FF 3.6, 18, 29 and 31 on Windows 7, OS X 10.9 and Linux Mint 17, they all show this behaviour. I found this thread that might be related and I've tested in safe mode with the cache cleared and that doesn't help: https://support.mozilla.org/en-US/questions/1005522?esab=a&as=aaq

선택된 해결법

We've solved this, the problem was the way we redirected to https using window.location.protocol. We're now using window.location.href and it works.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (2)

more options

선택된 해결법

We've solved this, the problem was the way we redirected to https using window.location.protocol. We're now using window.location.href and it works.

more options

Hello,

I am glad to hear that your problem has been resolved. If you haven't already, please select the answer that solves the problem. This will help other users with similar problems find the solution more easily.

Thank you for contacting Mozilla Support.