ericmckean / quirkysoft

Automatically exported from code.google.com/p/quirkysoft
GNU General Public License v3.0
0 stars 0 forks source link

Couple of things. #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1)
On a page that scrolls try the following key presses: Up + Right and Down +
Left. Visually keeps scrolling the page past the start or end.

2)
Text can overflow text/password inputs.
If you go on say, m.facebook.com and type "thisistoolong" in either email
or password filed, once you press accept it will be either outside or in
and outside of the text field.

3)
Textareas do not visually (the border) take up the correct height without
first going in to them. example: qoal.110mb.com/note.php

4)
Oversized select/option list crash bunjallo with a grey screen (colour of
the menu)
(I was going to report something else to do with them but the above error
seems new and replace whatever the old one was... Oh maybe it was overwide
ones where the scrollbar, which on a knackered ds phat are hard enough to
scroll anyway, go off the right side of the screen.)

Feature requests
5)
Option(?) to give all img tags without alt text an alt text string of [IMG]
- Kinda usability.

6)
Option to auto disconnect from AP when the page has finished downloading
(before parsing?) to help save battery life.

Yeah, that's all for now ;)
Keep up the good work.

Original issue reported on code.google.com by quiche.on.a.leash@gmail.com on 3 Jan 2010 at 10:34

GoogleCodeExporter commented 9 years ago
Okay I've came across another more important issue: 

Form post data isn't encoded correctly, I believe it's currently just sent 
"as-is"
however it should handled like:
http://www.w3.org/TR/html401/interact/forms.html#h-17.13 Currently it leads to 
rather
undesirable results.

Other things I can remember right now:
- For some reason ' isn't displayed when viewing a page.

- Editing/Inputting a long unbroken string in can often crash the app, I guess 
it
can't find a place to split the string for the new line.

- There is still a bit of bug when typing and going on to a new line, the caret 
can
end up in the wrong position.

- Buttons don't have the same amount of padding on the right side of text as 
the left
(aka none).

- If you tap disconnect while on a page that has a redirect header, it'll 
crash/lock up.

- Issue 1 noted above can also occur when d-pad with stylus.

- This might be an issue with the web server, however I doubt it -- pages on
forums.winamp.com don't always load fully, probably because php pages aren't 
always
served in one chunk?

I'm sorry about the long list of bugs I've provided you with now. :/

Regards.

Original comment by quiche.on.a.leash@gmail.com on 23 Mar 2010 at 10:12