himo8 / google-axs-chrome

Automatically exported from code.google.com/p/google-axs-chrome
0 stars 1 forks source link

can't operate talkback in internet browser (in Android 4.1.2) #125

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Android 4.1.2 (basic browser)
1. prepare the HTML page 
<!DOCTYPE html>
<html lang="ko">
<head>
<title>test</title>
</head>
<body>
    <a class="box" href="http://beta.m.naver.com/">linkA</a>
    <a class="box" href="http://beta.m.naver.com/"></a>
    <a class="box" href="http://beta.m.naver.com/">linkB</a>
</body>
</html>
2. use talkback, permit installing web script 
3. run internet browser and access the page (prepared in step 1)
4. test web script talkback

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

What version of the product are you using? On what operating system?
(talkback version)
0.3.3, 0.3.4, 0.3.5

Please provide any additional information below.

Original issue reported on code.google.com by lvoth...@gmail.com on 19 Nov 2013 at 9:24