Danny Lin

Results 69 issues of Danny Lin

As title. Details see commit logs.

We'd like to mark elements in a web worker with a library that provides DOM API such as [jsdom](https://github.com/jsdom/jsdom). However the current version of mark.js doesn't work with it due...

type: enhancement

As [here](https://addons.mozilla.org/zh-tw/firefox/addon/scrapbook-x/reviews/615896/) mentioned, it would be more convenient if it's possible to batch open multiple selected items from the sidebar (or the management window).

enhancement
webscrapbook

Sometimes when I delete data items, I get an "access denied" error on removing the data folder(s), while the data items are correctly removed from the data list and the...

help wanted
question

ref. https://addons.mozilla.org/en-US/firefox/addon/scrapbook-x/reviews/828401/ It seems to be an issue of Firefox core (that elements with certain CSS declaration are not counted in the selected ranges). Further investigation needed, and we may...

bug
help wanted

As stated in https://github.com/danny0838/firefox-scrapbook/issues/108#issuecomment-237453712, Firefox Mac sometimes does not show all contents when the content outflows the dialog window. Initial size, full height ==> Not scrollable, doesn't show everything. ![keys...

bug
help wanted

As mentioned in https://github.com/danny0838/firefox-scrapbook/issues/108#issuecomment-237623302, it seems that on Mac, when DOM erasor mode is active, a right-click (or a control+click, which is an alternative for right-click on Mac) causes the...

bug
help wanted

When we create a note page, a new tab is automatically created. However when we edit the note page in the tab and try to save it, we may sometimes...

bug
help wanted

For example, this site: http://goo.gl/sMDY5F With deep capture or recapture, we get that CSS or fonts cannot be retrieved.

bug
help wanted

When serving disk root on Windows such as `T:\` bottle always returns access denied when using `static_file`. Below line needs fixed: https://github.com/bottlepy/bottle/blob/246c1f6d820cf5043695d39b58b09671f3f10b3a/bottle.py#L2465 This seems to be done in 0.13, but...