Zoom page extension doesnt work correctly Topic is solved

This board is for discussions, bug reports, etc. for pre-releases of the v27 milestone codenamed "Tycho".

Since the beta phase is over, this board is closed for new posts/topics.
kosamja
Apollo supporter
Apollo supporter
Posts: 35
Joined: 2016-08-28, 19:14

Zoom page extension doesnt work correctly

Unread post by kosamja » 2016-08-28, 19:21

Noticed 2 problems with this extension in palemoon 27:
1) automatic page zoom doesnt work
2) sometimes it causes infinite page reload (on some pages)
is there any other zoom extension that has fit to width option like Zoom page?

GMforker

Re: Zoom page extension doesnt work correctly

Unread post by GMforker » 2016-08-29, 04:00

kosamja wrote:2) sometimes it causes infinite page reload (on some pages)
This should be fixed: Zoom controls don't function

kosamja
Apollo supporter
Apollo supporter
Posts: 35
Joined: 2016-08-28, 19:14

Re: Zoom page extension doesnt work correctly

Unread post by kosamja » 2016-08-29, 07:13

what is the fix? infinite page reload was happening for me only when auto zoom is enabled. tried older version that still has auto zoom working in palemoon 27 (10.8), but that problem still appears occasionally

GMforker

Re: Zoom page extension doesnt work correctly

Unread post by GMforker » 2016-08-29, 07:30

kosamja wrote:what is the fix?
I'm sorry:
kosamja wrote:1) automatic page zoom doesnt work
...this should already be fixed.
You need to wait for a new version of Pale Moon (27, alpha 3/beta 1...).

kosamja
Apollo supporter
Apollo supporter
Posts: 35
Joined: 2016-08-28, 19:14

Re: Zoom page extension doesnt work correctly

Unread post by kosamja » 2016-08-29, 09:17

Ok then, I misunderstood that it is already fixed in alpha 2.

GMforker

Re: Zoom page extension doesnt work correctly

Unread post by GMforker » 2016-08-29, 11:11

kosamja wrote:Ok then, I misunderstood that it is already fixed in alpha 2.
You're right :roll: (alpha 2) My bad :crazy:

...but - this extension works for me: https://addons.mozilla.org/cs/firefox/addon/zoom-page/ (if I missed something) - see attachments (1, 2).

And... the zoom settings remain the same when I close and open the page again (even after a browser restart) - on the same page - see attachment (3).
Attachments
Zoom page extension - 1.
Zoom page extension - 1.
Zoom page extension - 2.
Zoom page extension - 2.
3.
3.

kosamja
Apollo supporter
Apollo supporter
Posts: 35
Joined: 2016-08-28, 19:14

Re: Zoom page extension doesnt work correctly

Unread post by kosamja » 2016-08-29, 12:22

I dont know why it doesnt work fo me then, these are my settings:
SnapCrab_No-0000.png
SnapCrab_No-0001.png
SnapCrab_No-0002.png

GMforker

Re: Zoom page extension doesnt work correctly

Unread post by GMforker » 2016-08-29, 14:04

Pale Moon throws an errors in the Error Console:

Code: Select all

Error: NS_ERROR_XPC_BAD_CONVERT_JS: Could not convert JavaScript argument arg 0 [nsISupports.QueryInterface]
Source File: chrome://zoompage/content/zoompage-framescript.js
Line: 265
In the file "zoompage-framescript.js":

Code: Select all

if (zoomPage.ffVersion >= +"34.0") docViewer = docShell.contentViewer;
else docViewer = docShell.contentViewer.QueryInterface(Components.interfaces.nsIMarkupDocumentViewer);
IMHO: Using "Firefox" (application/core) version isn't a good idea.
(using the in operator to check if the property exists, using try/catch for this... - I think it would be a good idea)
I suggest you try to contact the author.

kosamja
Apollo supporter
Apollo supporter
Posts: 35
Joined: 2016-08-28, 19:14

Re: Zoom page extension doesnt work correctly

Unread post by kosamja » 2016-08-30, 12:24

how to contact author? to just write review about problem on extension page or what?

Andrew Gilbertson

Re: Zoom page extension doesnt work correctly

Unread post by Andrew Gilbertson » 2016-08-30, 12:46

kosamja wrote:how to contact author? to just write review about problem on extension page or what?
If you go to the extension's page on addons.mozilla.org, you will see that there is a "Support E-mail" link there. Use that address. It's more likely to get noticed than leaving a review.


Locked