Closed
Bug 1132303
Opened 11 years ago
Closed 11 years ago
[FFOS7715 v2.1][Third App]Hubii App show news page on half screen
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jingmei.zhang, Assigned: adora)
Details
Attachments
(1 file)
|
651.96 KB,
image/png
|
Details |
STR:
a) Power ON 7715 FFOS.
b) Go to Marketplace -> Download Hubii app. (Version - 0.5.1)
c) Launch the Hubii app.
d) 7715 FFOS Hubii App sometimes show news page on half screen.
| Reporter | ||
Comment 1•11 years ago
|
||
Hi Vance,
Please help to assign to the owner.Thanks.
Flags: needinfo?(vchen)
Comment 2•11 years ago
|
||
According to jingmei's investigation, following log was printed when this issue happens.
02-11 10:58:28.751 127 127 E GeckoConsole: Content JS LOG at app://system.gaiamobile.org/js/app_window.js:1071 in aw_debug: [AppWindow][Hubii][AppWindow_6][2859.594] W:,320,H:,569.3333333333334
The is a 3rd party app problem. Hubii app will caculate the content display size and adjust it accordingly.
app.js:
if (n || (i._Navigation && (n = i._Navigation.getCurrentNode()), n)) {
var o = n.querySelector('.app-topbar'),
a = n.querySelector('.app-content'), //content window
s = t.innerHeight;
if (a) {
if (!o) return void (a.style.height = s + 'px');//set content display size
var l = e.defaultView.getComputedStyle(o, null),
c = r.os.android ? 56 : 44;
a.style.height = s - c + 'px' //set content display size
Hi Michael, could you help to contact the developers of Hubii to see if they can help to check this problem?
Thanks
Flags: needinfo?(vchen) → needinfo?(mellis)
Comment 4•11 years ago
|
||
Pinging Adora to alert the developer about this issue.
Assignee: nobody → adora
Status: NEW → ASSIGNED
Flags: needinfo?(mellis) → needinfo?(adora)
Updated•11 years ago
|
Priority: -- → P1
Comment 5•11 years ago
|
||
@Jingmei - Can you please provide a screenshot of your experience?
Flags: needinfo?(jingmei.zhang)
| Reporter | ||
Comment 6•11 years ago
|
||
(In reply to Michael Ellis from comment #5)
> @Jingmei - Can you please provide a screenshot of your experience?
Hi Michael,
You can go to get the video from the following path:
http://pan.baidu.com/s/1cxHfS
Thanks!
Flags: needinfo?(jingmei.zhang)
Comment 7•11 years ago
|
||
@Jingmei - Video does not work: error = "Gateway Timeout: can't connect to remote host"
Can you please provide a screenshot of this issue as you see it?
Flags: needinfo?(jingmei.zhang)
| Reporter | ||
Comment 8•11 years ago
|
||
Hi Michael,
The screenshot is in the attachment.
If need any information,let me know.
Flags: needinfo?(jingmei.zhang)
Comment 10•11 years ago
|
||
Hi guys,
thanks for the notification. I'll take a look to it, I hope I'll back to you soon with more info and, hopefully, a fix.
Comment 11•11 years ago
|
||
Hi again,
1) The version tested is 0.5.1, now we have 0.9.3 available. I don't know if with that one the bug is fixed.
2) I can't reproduce it in the simulator using Firefox 2.1 neither in my Flame with 2.0.
3) Yes, the bug is produced by a 3rd party library... but anyway it would be able to fix it as soon I can reproduce it in some way.
If you have some advice, it'll be welcome.
| Reporter | ||
Comment 12•11 years ago
|
||
(In reply to Miguel from comment #11)
> Hi again,
>
> 1) The version tested is 0.5.1, now we have 0.9.3 available. I don't know if
> with that one the bug is fixed.
> 2) I can't reproduce it in the simulator using Firefox 2.1 neither in my
> Flame with 2.0.
> 3) Yes, the bug is produced by a 3rd party library... but anyway it would be
> able to fix it as soon I can reproduce it in some way.
>
> If you have some advice, it'll be welcome.
Hi Miguel,
Thank you for your help to investigate this issue,We will check it in the new version.
I will update the result in new version soon. :)
| Reporter | ||
Comment 13•11 years ago
|
||
Hi All,
Issue does not occur in version 0.9.3.
Bug has been set to fixed in our locale.
Hi Lisa,
Can you help to set this bug to a proper status?
Flags: needinfo?(adora)
Comment 14•11 years ago
|
||
close per comment 13
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(adora)
Resolution: --- → FIXED
Comment 15•11 years ago
|
||
(In reply to jingmei.zhang from comment #13)
> Hi All,
>
> Issue does not occur in version 0.9.3.
>
> Bug has been set to fixed in our locale.
>
> Hi Lisa,
>
> Can you help to set this bug to a proper status?
Thanks! Please, if you find some bug in the Hubii app you can find me in miguel@hubii.com :)
You need to log in
before you can comment on or make changes to this bug.
Description
•