Skip to main content
Topic: bug report 2020 (Read 696 times) previous topic - next topic

bug report 2020

Hi, i found several bugs need your attention.

1. text field row setting do not set in compiled script, it always set to row='' when refresh or publish

2. in edit.php page, only .jpg image show thumbnail.. .jpeg will not work

3. Select filed - default selected filed do not work in edit.php
i need to manually add this line of code to the file to set the default value
Code: [Select]
<option selected="selected"><?php  echo $data['location']; ?></option> 

'location' is the column name

Re: bug report 2020

Reply #1
4. images resize is not functioning... when set the image resize option to contain (0.2), the uploaded images remain same size as original.