-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
4.1.0.Alpha2
-
None
Test case:
EXECUTE:
1. Create project
2. Create html 5 page:
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
<title>JBoss Tools jQuery Mobile Palette Demo</title>
</head>
<body>
<div data-role="page" id="home">
<h1>Home</h1><br>
<p>This is the home page</p>
<a href="#gallery" data-role="button" data-inline="true" data-icon="forward">Gallery</a>
<a href="#index" data-role="button" data-inline="true" data-icon="forward">Index</a>
</div>
<div data-role="page" id="gallery">
<h1>Gallery</h1><br>
<p>This is the gallery page. Here you can see some pictures.</p>
<a href="#home" data-role="button" data-inline="true" data-icon="back">Home</a>
<a href="#index" data-role="button" data-inline="true" data-icon="forward">Index</a>
</div>
<div data-role="page" id="index">
<h1>Index Page</h1><br>
<p>This is the index page.</p>
<a href="#home" data-role="button" data-inline="true" data-icon="back">Home</a>
<a href="#gallery" data-role="button" data-inline="true" data-icon="back">Gallery</a>
</div>
</body>
</html>
2. Open file with BrowswerSim
3. Try to add #index or #gallery to the end of address string
FAIL:
BrowserSim not always shows page with #index (#gallery) id (it shows just the main index page)
- blocks
-
JBIDE-13890 OpenOn for <div data-role="page">: "Open With BrowserSim" and "Open With Browser"
-
- Closed
-
- relates to
-
JBIDE-12274 BrowserSim borks on jquery mobile (RHEL 6.1)
-
- Closed
-