https://bugzilla.wikimedia.org/show_bug.cgi?id=67385
--- Comment #5 from Alex Monk <[email protected]> --- The ellipsis in the middle is done by the call to this.$label.autoEllipsis in OO.ui.LabelledElement#fitLabel - where it seems the first call has no effect, but later calls add the ellipsis in the middle as you would expect. This sounds like it could be a jquery.autoEllipsis bug... The suffix ellipsis is added by text-overflow:ellipsis; when the text is still too long (no proper autoEllipsis has been performed). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
