-
```
To begin with: iOS 4.3.3 on iPhone 3Gs
What steps will reproduce the problem?
1. Create a form with input values.
2. Notice that CSS intended for dialogs affects non-dialog input elements.
What …
-
```
iui.css currently uses "-webkit-user-select: none;" on the tag which
disables copy/paste
everywhere in the page (except input fields)
We need to think about where it should be enabled (by defa…
-
```
What steps will reproduce the problem?
1. Add a link to a named anchor within the same page (ie: id)
2. Click on that link to move to the location in the page.
3. Click on a link that will move to…
-
```
What steps will reproduce the problem?
1. On Mobile Safari using iOS 5
2. Open an iUI webpage with a toggle element
3. Press toggle Element: nothing happens
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Log into application.
2. After a period of inactivity the login expires, but the page is still open.
3. User clicks on a partial page link.
4. The page re…
-
```
What steps will reproduce the problem?
1.In the rail ticket app go to Buy a ticket>New Journey
2.Try out the inputs using select with panel class
What is the expected output? What do you see ins…
-
```
What steps will reproduce the problem?
1. Log into application.
2. After a period of inactivity the login expires, but the page is still open.
3. User clicks on a partial page link.
4. The page re…
-
```
What steps will reproduce the problem?
1.In the rail ticket app go to Buy a ticket>New Journey
2.Try out the inputs using select with panel class
What is the expected output? What do you see ins…
-
```
What steps will reproduce the problem?
1. open www.iui-js.org
2. click on demo
(3. click on gallery)
What is the expected output?
see a working link or a written link to copy
What do you see…
-
```
For many apps, the onLoad automatic navigation to a screen based on the
anchor is a feature, but for applications with a login or loading screen
that should come first, this is a hindrance.
This …