History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-16697
Type: Bug Bug
Status: Open Open
Priority: C C
Assignee: SDK Community
Reporter: Stephan Janssen
Votes: 4
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
Flex SDK

[Chrome] Deeplinking does not work with Google Chrome

Created: 09/02/08 02:53 PM   Updated: 03/12/09 06:30 PM
Component/s: DeepLinking
Security Level: Public (All JIRA Users )

File Attachments: 1. File history.js (23 kb)


Severity: Non Functioning
Reproducibility: Every Time
Discoverability: Medium
Found in Version: SDK Flex 3.2.0
Milestone: SDK Community Fix Candidates
Affected OS(s): Windows - XP
Steps to Reproduce:
Steps to reproduce:
1. Start Google Chrome
2. Surf to www.parleys.com
3. Select a talk
 
 Actual Results:
 You'll see that Google Chrome does not allow you to change the URL (to support deeplinking), as a result it forces you back to the Parleys overview page.
 
 Expected Results:
 It should show the presentation
 
 Workaround (if any):
Probably evaluate the Voodooscript that does the URL "rewrite".
 
 
 
Language Found: English
Bugbase Id: none
Needs Release Note: Yes
Release Note Text: Deeplinking does not work when running an Application in Google Chrome.
Triaged: Yes
Regression: No
QA Owner: Peter deHaan (Adobe)
Participants: Joan Lafferty, Peter deHaan (Adobe), SDK Community, Stephan Janssen and Troy Shumaker
Browser: Other (specify version)


 All   Comments      Sort Order:
Peter deHaan (Adobe) - [09/10/08 07:41 PM ]
I looked into this a bit more today. Apparently Google Chrome is being detected as Safari. Here are the following User-Agent strings for Chrome and Firefox 3.0.1:

Chrome: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13
Firefox: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16

Troy Shumaker - [10/06/08 06:29 AM ]
You're correct, I was able to modify/fix the history.js that is used with the BroswerManager for deeplinking. Attached is the modified file that you can use with your flex builder project.

Peter deHaan (Adobe) - [10/24/08 06:50 PM ]
Opening to IRB.
Reproed in build 4.0.0.3881 with latest Google Chrome.

Joan Lafferty - [10/27/08 04:23 PM ]
Opening to the Community