blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Splash screen specified in the image tags loads even after the user specifies a wrong language in the image tags: #160

Closed issp closed 12 years ago

issp commented 12 years ago

Description: Load a widget with the rim:splashScreen as follows with a wrong language entered within the text tags and compile and load the widget in the playbook device.

<rim:splashScreens> <image> <text xml:lang="de">splash-1024x600.jpg</text> </image> <image> <text xml:lang="ee">splash-600x1024.jpg</text> </image> </rim:splashScreens>

After the user changes to "German" language in the device and starting the widget in portrait mode still runs the specified splash screen.

Build #: http://ci0000003863287:8080/hudson/job/BB10-Webworks-Packager-next-splashscreen-multires/16/

Widget - https://github.com/blackberry/BB10-Webworks-Packager/issues/160 Bar file - https://github.com/downloads/blackberry-webworks/BB10-Webworks-Packager/GHI160.bar

nukulb commented 12 years ago

@rwmtse @issp - is this still valid?

rwmtse commented 12 years ago

Not valid anymore

----- Original Message ----- From: Nukul Bhasin [mailto:reply@reply.github.com] Sent: Tuesday, July 10, 2012 02:22 PM To: Rosa Tse Subject: Re: [BB10-Webworks-Packager] Splash screen specified in the image tags loads even after the user specifies a wrong language in the image tags: (#160)

@rwmtse @issp - is this still valid?


Reply to this email directly or view it on GitHub: https://github.com/blackberry/BB10-Webworks-Packager/issues/160#issuecomment-6884156


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

issp commented 12 years ago

Shall I close this issue?