Bug 205162

Summary: [zh_CN] Frame are not properly Prinited
Product: [Fedora] Fedora Reporter: A S Alam <aalam>
Component: firefoxAssignee: Christopher Aillon <caillon>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eng-i18n-bugs, mshao, wtogami
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-03 16:24:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Postscript FIle is attached
none
screenshot got from IE none

Description A S Alam 2006-09-05 04:59:05 UTC
Description of problem:
Frames are not Print properly, while those are print as hardcopy as well as
Postscript

Version-Release number of selected component (if applicable):
firefox-1.5.0.6-10

How reproducible:


Steps to Reproduce:
1. Open website http://cn.yahoo.com/
2. Print
3.
  
Actual results:
Frames are printed in row downward

Expected results:
Frawe should be printout as per in Firefox

Additional info:
1) tested by running Firefox in en_US locale also, but same result
2) zh_TW locale working fine (printing is proper)
3) Postscript is attached

Comment 1 A S Alam 2006-09-05 04:59:05 UTC
Created attachment 135522 [details]
Postscript FIle is attached

Comment 2 Leon Ho 2006-10-05 07:44:42 UTC
Is it a problem for non-i18n as well?

Comment 3 Nicole Dai 2006-10-13 08:44:22 UTC
Created attachment 138407 [details]
screenshot got from IE

Guess it is the website itself problem as:
1. The problem was still found in firefox-1.5.0.7-6.fc6 on FC6 rawhide with
zh_CN,zh_TW,en_US,ja_JP locales.
2. Print yahoo cn website on Windows XP, the problem occurred also.
3. No such problem found in other similar portals, such as www.sina.com.cn,
www.sohu.com, even www.yahoo.com.

Comment 4 Nicole Dai 2006-10-31 06:11:08 UTC
Most of wikipedia.org web pages have the same problem, such as
http://ko.wikipedia.org/wiki/

Comment 5 Nicole Dai 2006-10-31 08:09:47 UTC
http://bn.wikipedia.org/wiki/ also

Comment 6 Nicole Dai 2006-10-31 09:29:12 UTC
http://de.wikipedia.org/wiki/ too

Comment 7 Akira TAGOH 2006-10-31 11:48:14 UTC
(In reply to comment #3)
> Created an attachment (id=138407) [edit]
> screenshot got from IE
> 
> Guess it is the website itself problem as:
> 1. The problem was still found in firefox-1.5.0.7-6.fc6 on FC6 rawhide with
> zh_CN,zh_TW,en_US,ja_JP locales.
> 2. Print yahoo cn website on Windows XP, the problem occurred also.

This just reminds me though, that is not a problem and it's the expected
behavior by CSS. FYI.


Comment 8 Christopher Aillon 2006-11-03 09:27:18 UTC
So this bug can be closed?

Comment 9 Akira TAGOH 2006-11-03 16:24:17 UTC
For wikipedia sites:
@media print{
 	.NavFrame {
 		display: none;
 	}
 	.BoxenVerschmelzen {
 		display: none;
 	}
 }

So it's also expected behavior I think.
closing.