ashishkranjan / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

Textarea too wide when RT or DM using opera mini in small screen handphone #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What are the steps to trigger the problem?
1) Use opera mini in the small screen hand phone, such as SE K320i
2) RT or DM, 

What happened?
the textarea will be displayed too wide

What did you expect to happen?
textarea should be displayed same with the one in the timeline.

This is the fix that I do in my dabr installation:
http://snipt.net/donnykurnia/fix-textarea-too-wide-when-rt-or-dm-in-dabr

Original issue reported on code.google.com by donnykur...@gmail.com on 13 Mar 2010 at 12:23

GoogleCodeExporter commented 9 years ago
could also do the same thing that's being done with the status form i.e. put:

style="width:100%; max-width: 400px;"

to replace 

cols="50"

in the textarea definition

Original comment by ldoug...@gmail.com on 14 Mar 2010 at 2:52

GoogleCodeExporter commented 9 years ago
yes doug, that what I'm done in my dabr installation. See the patch in the link 
that
I gave.

Original comment by donnykur...@gmail.com on 14 Mar 2010 at 3:05

GoogleCodeExporter commented 9 years ago
Thanks, I'll add this a bit later today.

Original comment by david.carrington on 31 Mar 2010 at 10:15

GoogleCodeExporter commented 9 years ago
Fixed in r304

Original comment by david.carrington on 31 Mar 2010 at 11:57