huhaibo / flexpaper

Automatically exported from code.google.com/p/flexpaper
0 stars 0 forks source link

Locale is not passed when switching to fullscreen mode #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Install release 1.3.1
2.Modify the test HTML page to set the locale to a test one : localeChain: 
"ru_RU", 
3. Access the page, and press the print button : the language is OK (Russian 
expected)
3. Switch to fullscreen view, and press the print button : the language is not 
OK (Russian expected, but default, may be navigator's one is used)

What is the expected output? What do you see instead?

Expected : In the test, have Russian language for both print action in normal 
and fullscreen view

Instead : Russian OK in normal view, but Default language in fullscreen view

What version of the product are you using? On what operating system?

Version 1.3.1, on Windows and

Please provide any additional information below.

The localeChain parameter is not added to the URL when pressing the fullscreen 
view. Adding it manually on the URK is resolving the issue, however unable to 
have it to work when using the print button.

Original issue reported on code.google.com by baloche....@gmail.com on 18 Aug 2010 at 9:46

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by erik.eng...@gmail.com on 24 Sep 2010 at 11:33

GoogleCodeExporter commented 8 years ago
fixed in 1.4.1 which is due to be released

Original comment by erik.eng...@devaldi.com on 16 Oct 2010 at 11:51