Mozilla 도움말 검색

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

Learn More

Some favicons are not exported to HTML

more options

When bookmarks are exported to HTML using firefox's export feature, some of the entries in HTML file do not contain the ICON_URI and ICON attributes, even though the bookmarks show favicons in bookmark menu, bookmark toolbar, bookmark sidebar and everywhere else. The favicons.sqlite also contains the data BLOB for these bookmarks. Then why are they not showing up in the HTML file?

I have tried removing the bookmark and adding again, deleting caches, disabling addons, using another profile and copying the places.sqlite and favicons.sqlite from my profile. Nothing worked so far.

It's always the same bookmarks that show this behavior, so i also tried using another profile to bookmark the same website and export to HTML. It still did not work.

I have the latest Firefox version.

Update: The problem does not seem specific to exported HTML. I checked the backup JSON file and it too doesn't contain "iconuri" for the same bookmarks.

When bookmarks are exported to HTML using firefox's export feature, some of the entries in HTML file do not contain the ICON_URI and ICON attributes, even though the bookmarks show favicons in bookmark menu, bookmark toolbar, bookmark sidebar and everywhere else. The favicons.sqlite also contains the data BLOB for these bookmarks. Then why are they not showing up in the HTML file? I have tried removing the bookmark and adding again, deleting caches, disabling addons, using another profile and copying the places.sqlite and favicons.sqlite from my profile. Nothing worked so far. It's always the same bookmarks that show this behavior, so i also tried using another profile to bookmark the same website and export to HTML. It still did not work. I have the latest Firefox version. Update: The problem does not seem specific to exported HTML. I checked the backup JSON file and it too doesn't contain "iconuri" for the same bookmarks.

글쓴이 EdMille 수정일시

모든 댓글 (3)

more options

Can you find any messages in Firefox's Browser Console? Non-fatal errors might not be noted, but it's worth a look.

You can open the separate Browser Console window using either:

  • "3-bar" menu button > Web Developer > Browser Console
  • (menu bar) Tools > Web Developer > Browser Console
  • (Windows) Ctrl+Shift+j

Click the trash can icon at the upper left to clear the window, then return to the Library and export again.

Then switch back over to the console window. Did Firefox log any errors related to the export?

More info on the Browser Console: https://developer.mozilla.org/docs/Tools/Browser_Console

more options

jscher2000 said

Did Firefox log any errors related to the export?

Console gave few errors. I don't know what they mean.

글쓴이 EdMille 수정일시

more options

Hmm, the messages are not specific to exporting. The first doesn't seem relevant at all. The second is related to laying out the Library window when it first loads. I actually get those same two errors from opening the Library window.

So whatever it going on with the icons, it must be something allowed for in the code, for example, skipping it under certain circumstances.