Version: 1.0 (using Devel) OS: Linux keditbookmarks isnt importing mozilla bookmarks correctly, i have tried to import all mozilla firefox bookmarks from ~/-mozilla//firefox/dmswej1f.default/bookmarks.html and it only has imported part of the bookmarks. Doesnt matter if i choose to repalce konqueror bookmarks or to save them in a new folder, it simply doesnt import all mozilla firefox bookmarks. Reproducible: Always Steps to Reproduce: already described Actual Results: Only imports part of the mozilla firefox bookmarks Expected Results: It should import all bookmarks available from the file firefox file ~/-mozilla//firefox/dmswej1f.default/bookmarks.html OS: Linux (x86_64) release 3.2.1-2.1-desktop Compiler: gcc
*** Bug 318230 has been marked as a duplicate of this bug. ***
The problem resides in the parser in kdelibs/kio/bookmarks/kbookmarkimporter_ns.cc
I fixed the import on my system by editing the HTML file and moving, in the line "<HR> <DT><H3", the <DT> part on a new line. The <HR> is a separator so KNSBookmarkImporterImpl skip the line when it reads a line starting with <HR>.
Fix is up for review: https://git.reviewboard.kde.org/r/113785/
Git commit 7c8a3817329a679eafdd7e89d2cd4cfeaf9464ab by Dawit Alemayehu. Committed on 10/11/2013 at 14:33. Pushed by adawit into branch 'KDE/4.11'. Fixed Mozilla bookmark import REVIEW: 113785 FIXED-IN: 4.11.4 M +11 -3 kio/bookmarks/kbookmarkimporter_ns.cc http://commits.kde.org/kdelibs/7c8a3817329a679eafdd7e89d2cd4cfeaf9464ab