5.20 bug found

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

5.20 bug found

Post by bambinou » 2013-10-20 22:49

Hi Ahmed,

I have downloaded and installed your new version, it looks amazing! Great job.
I have just found a bug.
When you build tables with the window tool, on the left side of the screen you have tables and fields, let's say we build:
id
name
surname
email
address

When this script is uploaded to the server the tables render the lot in the opposite way around as:
address | email | surname | name | id


I will do more testing this week for sure and will keep you informed on what I find.


Thank you,


Ben

bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

Re: 5.20 bug found

Post by bambinou » 2013-10-20 22:52

A second bug found in the same page:

The bootstrap "next" and "previous" are also inverted. They should be showing as:
"Previous" | "Next" and not the opposite.


Thank you,

Ben

bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

Re: 5.20 bug found

Post by bambinou » 2013-10-20 23:09

More bugs found:



1)############################
The boostrap calenders fields are showing in the wrong way in the generated pages.
If we set for example dd/mm/yy in the appgini windows app.
The result I see right now in the php script is: yy/mm/dd
#############################

2)###########################
Boot strap calender has the wrong days assigned in the widget.
It shows:
S S F T W T M but should be: M T W T F S S OR S S M T W T F

At the moment you have:
Saturday | Sunday | Friday | Tuesday | Wednesday | Tuesday | Monday

You have the days in the wrong way around.
##############################

bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

Re: 5.20 bug found

Post by bambinou » 2013-10-21 08:39

I am adding more to the list:

3)############################################
The index.php?signIn=1 signup page is strangely on the left side of the page while the error messages are on the right right side of the page "Your previous login attempt failed. Try again"
It would have been better ( I believe) to have everything central.##
###########################################


4)############################################
Table titles are not center as default. I understand this is just a css setting but would it not be nice to always have them center so we do not need to modify the code each time?
##############################################

5)#########################################
The filters, all the words are stuck tot he right side of the drop down menu rather than being left sided or centered.
###########################################

6)#########################################
All the data fields are very stretched in the full width of the page(in the CRUD view files), they do not follow the width settings from the AppGini windows app.
##########################################


Still can't believe how beautiful this boostrap is with AppGini!

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: 5.20 bug found

Post by a.gneady » 2013-10-23 02:12

Hmm .. Please make sure you are not using the "Bootstrap RTL" theme ... this theme is only intended for right-to-left languages like Arabic, Hebrew, Farsi, Urdu, ... etc, which is why evrything appears inverted with it. For Latin and other languages, please use "Bootstrap" or any other theme other than RTL.
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

Re: 5.20 bug found

Post by bambinou » 2013-10-23 08:26

Hi Ahmed,


ahahahah, I got it now:-))))

Thank you so much

Ben

Post Reply