mnmldave / scraper

Simple web scraping for Google Chrome.
http://mnmldave.github.com/scraper
BSD 3-Clause "New" or "Revised" License
333 stars 115 forks source link

Window not visible #5

Closed mnmldave closed 13 years ago

mnmldave commented 13 years ago

Not sure why, but the scraper window will sometimes disappear. It is not visible, but is still accessible from the Window menu (on Mac).

Perhaps a size of 0,0 is being saved to the settings, in which case a minimum size should at least be used.

mnmldave commented 13 years ago

Window now created with a minimum size. Closed by 14243081769eae4d10af1939ea145f1ae4e075dc. Highlighter now selects correct element. Inadvertantly revealed deeper xpath bug so reworked that entire mechanism. Closed by 14243081769eae4d10af1939ea145f1ae4e075dc. Added 'reload detection' to popup for users upon first install. Closed by 14243081769eae4d10af1939ea145f1ae4e075dc. Updated version to 1.2 since fixes some bugs.