Closed Bug 645716 Opened 13 years ago Closed 13 years ago

@font-face fonts get removed when inspecting element

Categories

(DevTools :: General, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: akmjenkins, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.16 Safari/534.24
Build Identifier: 4.0

When I right click anywhere on the document and click inspect element, the fonts that have been loaded using @font-face get removed and the next font in the stack loads up in it's place.

e.g. if my nav css looks like this: font-family: myfont,georgia,serif;
where myfont is declared using @font-face, then when I right click on the document and click inspect element, the nav elements that did use myfont now use georgia

Reproducible: Always

Steps to Reproduce:
1. Right click anywhere on the document
2. Click "Inspect Element"
3. Watch the fonts on the page change
Actual Results:  
If my nav css looks like this: font-family: myfont,georgia,serif;
where myfont is declared using @font-face, then when I right click on the document and click inspect element, the nav elements that did use myfont now use georgia

Expected Results:  
Nothing should happen to the fonts!!
Inspect Element not part of Firefox. Are you using Firebug and if so have you raised this as a Firebug issue?
(In reply to comment #1)
> Inspect Element not part of Firefox. Are you using Firebug and if so have you
> raised this as a Firebug issue?

Touche....thank you for pointing this out
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.