deform icon indicating copy to clipboard operation
deform copied to clipboard

A Python HTML form library.

Results 62 deform issues
Sort by recently updated
recently updated
newest added

Problem: the tinyMCE editor does not like jQuery-sortable. After changing the order of a sequence item containing a tinyMCE instance the editor will lose its content, instead displaying a grey...

bug
should backport

# Example ## Before ![before](https://user-images.githubusercontent.com/5299999/119238777-f7883080-bb44-11eb-9a45-afc02c26752a.png) ## After ![after](https://user-images.githubusercontent.com/5299999/119238781-02db5c00-bb45-11eb-8c46-dddafa66a914.png)

Tested on Debian 11.3 with Python 3.9, where all functional tests fails with v0.29.0 but pass with v0.31.0.

This fixes a bug when csrf_token value appears empty in a form in the case when a schema has been created before creating a session factory, i.e. ..input type="hidden" name="csrf_token"...

When Deform 3.0 is approaching release, review all the docs and docstrings for any references to obsolete versions and update accordingly.

docs
sprintable
needs-pr

Better late then never :) https://github.com/Pylons/deform/issues/394

Hi! This is my form post: `MultiDict([('_charset_', 'UTF-8'), ('__formid__', 'deform'), ('token', '2993df2af005fdedea14ea7d79dcde97c7b0e677'), ('__start__', 'sdate:mapping'), ('date', '2021-08-20'), ('dt_date-visible', '20/08/2021'), ('__end__', 'sdate:mapping'), ('__start__', 'estimated_edate:mapping'), ('date', '2021-08-20'), ('dt_date-visible', '20/08/2021'), ('__end__', 'estimated_edate:mapping'), ('name', 'AAA'),...

As per [docs](https://docs.pylonsproject.org/projects/deform/en/latest/api.html#deform.Form), `formid` argument is intended for placing more than one Deform form into a single page. Though [autogenerated `oid`s](https://github.com/Pylons/deform/blob/2.0.8/deform/field.py#L169) will conflict in this case (violating HTML standard and...

bug
needs-pr
should backport

Browser support is incomplete, but better than nothing :). See https://caniuse.com/mdn-html_global_attributes_autocomplete_new-password

Setting the ``Content-Security-Policy`` (CSP) HTTP header (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy), which is a good thing, means that inline ```` and ```` tags will be blocked by the browser unless either the ``unsafe-inline`` CSP...