-
Notifications
You must be signed in to change notification settings - Fork 3
Description
cyberstream wrote: http://my.opera.com/fix-the-web/forums/topic.dml?id=1323112
I have an idea for the reports count in the badge. Right now, there are only two options. Display reports count by domain or by page. The problem with page is that we have to define what a page is. Is a page just the pathname, e.g. site.com/pages/page.php, or should it include the query string, e.g. site.com/pages/page.php?comments=true, or should it include the query string and the hash, e.g. site.com/pages/page.php?comments=true#comment-thread?
Right now, the extension treats a page as the URL with the query string, but not the hash. So if you have the option "display reports by" set to "page", then a report will not be counted in the badge unless the page you are on has the same URL and query string as the reported page(s). But should we put an option on the preferences page to let the user choose what a "page" is (just page, page + query string, or page + query string + hash), or is it fine as it is now?