Page MenuHomePhabricator

Cannot triple-click to select task title in phabricator (due to icon in the title)
Closed, ResolvedPublic

Description

I cannot triple-click the task title, to select the whole thing. (Firefox 45, Ubuntu.) (Since the recent update (very recent at Wikimedia's instance!))
I do this regularly, when copying the title into a document/email/listing.


Replicated by Terracodes:

I can't triple click the title to select the whole title too. (Firefox 44.0.2 | Ubuntu 14.04 LTS)


Majr investigated and explains:

It's caused by the icon in the title. Removing it or changing its styling to inline fixes it.

.phui-font-fa {
	display: inline;
}

Downstream task: https://phabricator.wikimedia.org/T133823

Event Timeline

Thanks for the report. This should be fixed in HEAD of master, and should promote to stable within 24 hours. Let us know if you run into anything else.

Actually, this doesn't behave well with very long titles. Let me see if I can find an alternate fix.