kodaligopi547 / droiddraw

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

Cannot select and resize EditText #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Cannot select and resize EditText to make it wider

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/widget205"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android"
>
<LinearLayout
android:id="@+id/widget206"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
<TextView
android:id="@+id/widget207"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/title"
>
</TextView>
<EditText
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
</EditText>
</LinearLayout>
<LinearLayout
android:id="@+id/widget217"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
<TextView
android:id="@+id/widget210"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/alert_times"
>
</TextView>
<EditText
android:id="@+id/alert_times"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
</EditText>
</LinearLayout>
<LinearLayout
android:id="@+id/widget216"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
<TextView
android:id="@+id/widget213"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/audio_file_name"
>
</TextView>
<EditText
android:id="@+id/audio_file_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
</EditText>
</LinearLayout>
<Button
android:id="@+id/confirm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/confirm"
>
</Button>
</LinearLayout>

What is the expected output? What do you see instead?
EditTexts remain narrow

What version of the product are you using? On what operating system?
web. On Firefox.

Please provide any additional information below.

Original issue reported on code.google.com by anil.r...@gmail.com on 25 Sep 2010 at 4:04

GoogleCodeExporter commented 9 years ago
Firefox 3.6.10

Original comment by anil.r...@gmail.com on 25 Sep 2010 at 4:06

GoogleCodeExporter commented 9 years ago
This is fixed in SVN now.  It will roll out with the next release.

Original comment by brendan....@gmail.com on 25 Oct 2010 at 4:59