Closed GoogleCodeExporter closed 9 years ago
Original comment by msukhias...@gmail.com
on 1 Dec 2011 at 12:20
Thank you for reporting. I've spotted the bug, will push a fix later today.
Original comment by quisvir
on 1 Dec 2011 at 1:31
quisvir,
if you do so, please do me a favor and correct:
line 185
if (!standbyImage.color && mode !=== 'act_page') {
Thanks
Mark
Original comment by Mark.N...@gentlemansclub.de
on 1 Dec 2011 at 3:08
Sure Mark, thanks for spotting that. I guess !=== would mean 'extremely unequal
to' ;)
Original comment by quisvir
on 1 Dec 2011 at 3:20
I see now you didn't mean there was a typo in the code, but to add the second
part. Will do!
Original comment by quisvir
on 1 Dec 2011 at 3:29
!== means "compare but don't try to do type convertion", e.g.:
1 !== "1" => true
1 != "1" => false
Original comment by msukhias...@gmail.com
on 1 Dec 2011 at 3:54
I know; the typo was !===, so one equal-sign too many.
Original comment by quisvir
on 1 Dec 2011 at 4:04
Fixed in Revision 6f59f7e577cd.
Original comment by quisvir
on 1 Dec 2011 at 4:27
Thanks,
current-page "sleeping.." in landscape mode, works now as excpected,
but just to note it: with current-page as standbyImage, the custom-text option
isn't triggerd. Not sure bug or feature?
PS: Yes the third "=" was a typo (but you can't edit those da**d comments here.
Original comment by Mark.N...@gentlemansclub.de
on 1 Dec 2011 at 7:13
That was intended; I figured people using current-page might want to see the
current page number in addition to the page itself.
Original comment by quisvir
on 1 Dec 2011 at 8:44
Original issue reported on code.google.com by
surkizu@gmail.com
on 1 Dec 2011 at 12:28Attachments: