Page MenuHomePhabricator

Newly created rooms are missing some CSS on initial transactions?
Closed, ResolvedPublic

Description

To reproduce:

  • Create a room in Conpherence.

Expected:

  • Looks normal.

Actual:

  • Fonts are really weird?
  • Other threads still look normal.

Screen_Shot_2015-03-24_at_1.25.34_PM.png (377×1 px, 44 KB)

But maybe this is expected and non-chat transactions just render super weird?

Event Timeline

epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added a project: Conpherence.
epriestley added subscribers: epriestley, btrahan, chad.

I'm starting to think this is expected. I can get used to it, but my initial reaction was "this looks weird and broken".

This might be the "grouped" class that was added / it could be messed up as I had to merge that in on my latest landed stuff.

I don't think I've designed a car with multiple content edited. These don't feel like they add anything to me, but it's easy to fix spacing when multiple are stacked

Is TransactionView only used in Conpherence now?

PhabricatorApplicationTransactionView? Used in every application, I think.

Doesn't everything use PHUITimeline for display?

PhabricatorApplicationTransactionView sits on top of PHUITimelineView. It just builds/configures a TimelineView when rendered.

I seem to mean PhabricatorTransactionView