[pgAdmin4][Patch]: Auto redirect to page on opening FileManager when used in Fieldset

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: Auto redirect to page on opening FileManager when used in Fieldset
Дата
Msg-id CAM5-9D_ng3B7g=GqBEeUk3XjwqBH1Ecjfrpvd9_pwc1Sh4fHGg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Auto redirect to page on opening FileManager when used in Fieldset  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi,

IssueWhen FileControl is used in <fieldset> tag, it auto redirects to some url when FileManager is opened up.

Reason: The issue was due to <form> tag, when a jQuery event which is bound to an element gets fired, the event callback then delegate the click event to the parent element which is form tag in this case and thus the form was submitted. so this behaviour can be prevented by using event.preventDefault.

But we found that it is not necessary to use <form> tag in Backform.Dialog View.
so it can removed.

Please find the patch for this issue.


Thanks,
Surinder Kumar
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4]: Query tool and debugger height issue
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Fixes the issue about redirection to undesirable URL