Bug #48115
closedLoosing value in input element when having requestUpdate
0%
Description
Having an input value set to for instance 100 saving the CE and interacting with another element having 'requestUpdate' the input value of 100 is not visible in TCEForm after update. The value is still in the database....
Firbug gives me: "TypeError: this.element is null"
var Autocompleter = { };
Autocompleter.Base = Class.create({
baseInitialize: function(element, update, options) {
element = $(element);
this.element = element;
this.update = $(update);
this.hasFocus = false;
this.changed = false;
this.active = false;
this.index = 0;
this.entryCount = 0;
this.oldElementValue = this.element.value;
....
Updated by Philipp Gampe over 11 years ago
- Status changed from New to Needs Feedback
Do you have a sample content element (or tt_content) to reproduce the issue? Please add a few more details.
Updated by Claus Harup over 11 years ago
I dont know how to provide more feedback other than grant access to the BE - is that preferable?
Updated by Alexander Opitz about 11 years ago
- Is Regression set to No
Does this happen with newer versions of TYPO3 6.1 (6.1.5 as of today)?
If yes, maybe you can make some screenshots of what are you doing to illustrate the issue?
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.