Closed Bug 1145495 Opened 10 years ago Closed 7 years ago

[7715 v2.1][3rd party app] [Here Map]new page will be opened when we carry out a zoom operation the map view page

Categories

(Tech Evangelism Graveyard :: Preinstalled B2G Apps, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: jingmei.zhang, Unassigned)

Details

Issue occur in the third app here maps,as shown in the video,when we carry out a zoom operation the map view page,it will cause another page open unexpectly.
get the video from the follow path: http://pan.baidu.com/s/1jGMinB4
here is my analysis: 1.in this issue,we can see from the video that the direction page could be opened if we tap on the white status bar which shows the distance&time,the white status bar listen for the 'tap' event to open the direction page. 2.we can see from the video that we the QA zoom to show a big map view,he does not touch the white status bar,BUT direction page is opened. here are the two questions: 1> why 'tap' event could be reported in a zoom operation? 2>the white status bar is lied in the following scope(The origin of coordinate is in top left of the screen): 0<x<320px,50px<y<100px when issue occur,I catch the position of the 'tap' event by 'event.data.screenX & event.data.screenY' >03-09 16:53:23.581 681 681 E GeckoConsole: Content JS LOG at app://heremaps.gaiamobile.org/combined.js:11 in anonymous: zjm tap x:165 y:270 (165,270)is out of the white status bar scope. That means the direction page will be opened as long as a 'tap' event is generated in map view page. that is unreasonable.
Hi Kats, could you help to give some suggestions from the above analysis?
Flags: needinfo?(bugmail.mozilla)
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #4) Hi Kats, One thing to confirm: > What 'tap' event is that your code is listening for? Do you mean click > event? Do you mean one of 'touchstart' 'touchmove' or 'touchend'? If so,I am afraid it is not any of them,I used just as: > document.addEventListener('tap',function(event){……}
Well that tap event isn't coming from Gecko. I don't know where it's coming from.
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #6) > Well that tap event isn't coming from Gecko. I don't know where it's coming > from. Thank you. Tap seems to be generated by third app. Hi Peipei, Please help to assign to the third app owner,Thanks.
Flags: needinfo?(jingmei.zhang) → needinfo?(pcheng)
Component: General → Preinstalled B2G Apps
Flags: needinfo?(pcheng)
Product: Firefox OS → Tech Evangelism
Summary: [7715 v2.1][tap event]new page will be opened as long as there is a tap event report → [7715 v2.1][Here Map]new page will be opened as long as there is a tap event report
Summary: [7715 v2.1][Here Map]new page will be opened as long as there is a tap event report → [7715 v2.1][3rd party app] [Here Map]new page will be opened when we carry out a zoom operation the map view page
Hi Michael, Another issue for HERE maps.(also can hard to reproduce,But with a 3/5 occurency in our QA). Issue is clearly presented in the video. As I confirmed in comment2,every time 'tap' event is reported in maps view page,direction page will be opened unexpectly.But 'tap' event is generated in third app. Would you please help to check it in third app?
Flags: needinfo?(mellis)
Unfortunately, I am unable to reproduce this issue. App Developers are not responsible for FFOS Partner build/device specific issues. If a bug or issue is found during testing please be sure that it is reproducible on both the target hardware AND a Mozilla reference device.
Status: NEW → UNCONFIRMED
Ever confirmed: false
Flags: needinfo?(mellis)
Mass closing on Tech Evangelism::Preinstalled B2G App as Firefox OS is no longer a thing.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Mass closing on Tech Evangelism::Preinstalled B2G App as Firefox OS is no longer a thing.
Mass closing on Tech Evangelism::Preinstalled B2G App as Firefox OS is no longer a thing.
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.