Project

General

Profile

Actions

Bug #2665

closed

Dynamic Update funktioniert nicht, wenn beim entsprechenden FormElement eine size angegeben ist.

Added by Elias Villiger over 7 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Enis Nuredini
Target version:
Start date:
18.10.2016
Due date:
07.12.2022
% Done:

100%

Estimated time:
Discuss:
Prio Planung:
No
Vote:

Description

Beispiel: FormElement, das dynamisch geupdated werden soll, hat eine Layout->Size Angabe von 100,3
Ergebnis: Kein dynamisches Update. Sobald die Size-Angabe entfernt wird, funktioniert es wieder.

(Notiz EV: Problem aufgetreten bei dashboardReport -> Feld reportDescription)

Actions #1

Updated by Carsten Rose almost 7 years ago

  • Assignee changed from Carsten Rose to Rafael Ostertag
  • Der JSON Update Stream sieht gut (s.u.).
  • Vermutlich bekommt das `textarea` Element die aktualisierten Daten nicht mit.
  • Test: http://qfq.math.uzh.ch/crose/qfq-jqw/index.php?id=1 >> dynamicUpdate2665
  • JSON: Im Feld 'name; wurde 'hello' eingegeben, das Feld hat den Fokus verloren, pero api/load.php wurde die neuen Daten angefordert, 'hello' ist im 'form-update' gekommen, wird aber im Client nicht angezeigt:
    {
        "element-update": {
            "57-1047-1-0-l": {
                "content": "<label for=\"name-1\" class=\"control-label\" >Name</label>" 
            },
            "57-1047-1-0-n": {
                "content": "" 
            },
            "57-1049-1-0-l": {
                "content": "<label for=\"myNote2-1\" class=\"control-label\" >myNote2 (textarea)</label>" 
            },
            "57-1049-1-0-n": {
                "content": "" 
            }
        },
        "form-update": [
            {
                "disabled": false,
                "form-element": "name-1",
                "hidden": false,
                "required": false,
                "value": "hello" 
            },
            {
                "disabled": false,
                "form-element": "myNote2-1",
                "hidden": false,
                "required": false,
                "value": "hello" 
            },
            {
                "disabled": false,
                "form-element": "s",
                "hidden": false,
                "required": false,
                "value": "58d6bb8d21b8f" 
            }
        ],
        "message": "load: success",
        "redirect": "no",
        "status": "success" 
    }
    
Actions #2

Updated by Carsten Rose almost 7 years ago

  • 'TinyMCE' ist ebenfalls betroffen.
  • Bitte auch 'CodeMirror' testen.
Actions #3

Updated by Carsten Rose almost 7 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Carsten Rose over 6 years ago

  • Assignee changed from Rafael Ostertag to Benjamin Baer
Actions #5

Updated by Carsten Rose over 6 years ago

  • Target version set to next9
Actions #6

Updated by Elias Villiger over 6 years ago

(Problem besteht weiterhin für FormElemente vom Typ "editor")

Actions #7

Updated by Carsten Rose over 5 years ago

  • Status changed from In Progress to New
Actions #8

Updated by Elias Villiger almost 5 years ago

Problem besteht ausserdem für den Fall, dass die Textarea das Dynamic Update auslösen soll - Todo-List upgedated

Actions #9

Updated by Carsten Rose almost 5 years ago

  • Target version changed from next9 to CodingDays2019
Actions #10

Updated by Carsten Rose over 4 years ago

  • Target version changed from CodingDays2019 to next6
Actions #11

Updated by Carsten Rose over 4 years ago

  • Status changed from New to Some day maybe
Actions #12

Updated by Carsten Rose over 4 years ago

  • Status changed from Some day maybe to New
Actions #13

Updated by Benjamin Baer over 4 years ago

  • Due date set to 21.02.2020
Actions #14

Updated by Benjamin Baer over 4 years ago

  • Status changed from New to Priorize
Actions #15

Updated by Benjamin Baer about 2 years ago

  • Due date changed from 21.02.2020 to 21.05.2022
Actions #16

Updated by Benjamin Baer over 1 year ago

  • Due date changed from 21.05.2022 to 07.12.2022
  • Prio Planung set to No
Actions #17

Updated by Carsten Rose over 1 year ago

  • Status changed from Priorize to New
  • Assignee changed from Benjamin Baer to Enis Nuredini
  • Target version changed from next6 to 24.8.0

Bitte anschauen ob das noch aktuell ist.

Actions #18

Updated by Carsten Rose about 1 year ago

  • Status changed from New to Priorize
Actions #19

Updated by Enis Nuredini about 1 year ago

Actions #20

Updated by Enis Nuredini about 1 year ago

  • Status changed from Priorize to Ready to sync (develop)
Actions #21

Updated by Carsten Rose about 1 year ago

  • Status changed from Ready to sync (develop) to Closed
Actions #22

Updated by Carsten Rose about 1 year ago

  • Target version changed from 24.8.0 to 23.1.1
Actions

Also available in: Atom PDF