Obsolete
Status Update
Comments
tk...@chromium.org <tk...@chromium.org> #2
[Empty comment from Monorail migration]
th...@chromium.org <th...@chromium.org> #3
With Chrome 45.0.2421.0, I see 3 QR codes on the page, but print preview is only displaying the first two. Is that what you are seeing?
th...@chromium.org <th...@chromium.org> #4
In Chrome 43.0.2357.81, I see no QR codes. In Chrome 42.0.2311.135 and Chrome 44.0.2403.38, I see 2.
halcanary: Does this bug look familiar? It looks like this is already fixed in Chrome 44/45, so perhaps this is a duplicate of another bug, and we should merge the fix to M43.
halcanary: Does this bug look familiar? It looks like this is already fixed in Chrome 44/45, so perhaps this is a duplicate of another bug, and we should merge the fix to M43.
ca...@gmail.com <ca...@gmail.com> #5
yes, With stable version on print preview I can't see barcodes (see attach).
I make some test. To make barcode with jquery qrcode plugin I need to use this:
$(selector).qrcode({
"size": 100,
"color": "#3a3",
"text": "http://larsjung.de/qrcode "
});
If I put size < 250 this barcode are not showing on print preview. If I put size > 250 I see it. But on my program I need to use size 100...
I make some test. To make barcode with jquery qrcode plugin I need to use this:
$(selector).qrcode({
"size": 100,
"color": "#3a3",
"text": "
});
If I put size < 250 this barcode are not showing on print preview. If I put size > 250 I see it. But on my program I need to use size 100...
ha...@google.com <ha...@google.com> #6
You can not (currently) print HTML5 Canvases directly. See the attached example.
[Deleted User] <[Deleted User]> #7
ha...@chromium.org <ha...@chromium.org> #8
Now it looks to me like it works on m44. Does anyone know what happened? This isn't my area of expertise.
th...@chromium.org <th...@chromium.org> #9
halcanary: I thought you might know, but if not, I'll just bisect.
laforge: Are we taking merges for M43?
laforge: Are we taking merges for M43?
la...@google.com <la...@google.com> #10
At this point, M44 would probably be a better target.
th...@chromium.org <th...@chromium.org> #11
It's already fixed in M44. If we are not going to merge to M43, then I'm not going to spend the time to bisect to figure out what broke this.
ca...@gmail.com <ca...@gmail.com> #12
Ok I try with M44 but I have a question. We have found a new features in chrome update service. Computer with no internet connection have the latest update automatically. Chromeupdate service get the latest version from pc on lan? If I install M44 to try if all the program work, the other pc get my version? or only the stable? I try to block chromeupdate with reg key and group policy but the pc install the latest update automatically.
Thanks.
Thanks.
th...@chromium.org <th...@chromium.org> #13
I don't think it's possible for updates to appear magically without an internet connection. If there's a local network connection, it may be possible for an enterprise administrator to push an update on the local network.
Your question is beyond the scope of this bug and it's better to discuss that on the Google Chrome product forum.
Your question is beyond the scope of this bug and it's better to discuss that on the Google Chrome product forum.
[Deleted User] <[Deleted User]> #14
is...@google.com <is...@google.com> #15
This issue was migrated from crbug.com/chromium/497193?no_tracker_redirect=1
[Monorail components added to Component Tags custom field.]
[Monorail components added to Component Tags custom field.]
Description
Example URL:
Steps to reproduce the problem:
1. open the site
2. try to print this page
3. on print preview qrcode canvas are not displayed
What is the expected behavior?
What went wrong?
With this versione of chrome if I try to print my page with qrcode the qrcode canvas are not displayed. With older version the program work correctly but I can't go back to older version.
Does it occur on multiple sites: Yes
Is it a problem with a plugin? No
Did this work before? N/A
Does this work in other browsers? Yes
Chrome version: 43.0.2357.81 Channel: stable
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
Flash Version: Shockwave Flash 17.0 r0
I try the new version of jquery-qrcode but there is the sames problem.