cubicweb #344205 Forms are broken in Safari 4 / Webkit [resolved]
There is no button bar (Validate / Apply / Cancel) in automatic forms (including creation / edition / inline-edit). It also seems that __linkto are not considered. | |
priority | important |
---|---|
type | bug |
done in | 3.3.4 |
load | 0.250 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2009/07/11 10:05, written by acampeas
-
2009/07/11 10:11, written by acampeas
-
2009/07/15 10:52, written by adimascio
-
2009/07/15 11:04, written by acampeas
-
2009/07/15 11:51, written by adimascio
-
2009/07/15 12:03, written by fcayre-old
add commentthat's a bit exagerated, they lack in the comments indeed, but otherwise not
didn't check __linkto
creation forms, yes
Creation forms were still impacted in the 3.3.3 release.
additional data from Alexandre ...
J'ai voulu ajouter un commentaire sur https://www.logilab.net/elo/ticket/8878 et le champ de saisi contenait d'office le texte suivant:
Et comme on pouvait s'y attendre les boutons permettant de valider ou d'annuler le commentaire ne s'affichent pas dans mon navigateur.
Au cas où ça aurait son importance, ledit navigateur est un IE 7 version 7.0.5730.11CO.
This is because of an auto-closed textarea tag, i.e. <textarea /> which is not interpreted correctly in some browsers when the page is served in text/html instead of application/xhtml+xml.
The bug lies in cubicweb.common.tags which should implement textarea (and probably a few other tags) differently.
For your information, I have the same bug under Opera 10 with content delivered as application/xhtml+xml.