showListFirst (EDS v1.1.0 and later)
Peter Schober
peter.schober at univie.ac.at
Tue Nov 11 12:33:20 EST 2014
* Peter Schober <peter.schober at univie.ac.at> [2014-11-11 18:26]:
> The responsible JavaScript seems to be
>
> this.dropDown.style.width=this.textBox.offsetWidth
>
> but I have not yet tracked down why this.textBox.offsetWidth is 0px in
> this particular case. (On the old system I previously integrated this
> successfully there is no such width statement being generated.)
Commenting out that line
//this.dropDown.style.width = this.textBox.offsetWidth;
within function(setFocus) seems to make this work.
Not a proper fix, but at least it renders OK now.
-peter
More information about the users
mailing list