Bug #11574
closedWorkspaces grid: stages should "sit" on one line
0%
Description
Select a workspace and make changes to some pages.
Go to the workspaces module and see send some of the changes to different stages:
Within the grid all stage-labels should "sit" on one line no matter if hovered or not
Files
Updated by Steffen Gebert almost 14 years ago
- Tracker changed from Bug to Task
- Project changed from 624 to 1522
Updated by Steffen Gebert almost 14 years ago
- Subject changed from Styling - stages should "sit" on one line to Workspaces grid: stages should "sit" on one line
Updated by Raphael Weber almost 14 years ago
- Status changed from Accepted to Needs Feedback
This is no issue of the styling, i think. If the staus is changed (e.g. from "Editing" to "Stage 1") there´s the following HTML-Element missing:
<span class="t3-icon t3-icon-empty t3-icon-empty-empty" id="ext-gen128"> </span>
Updated by Steffen Gebert almost 14 years ago
Thanks Raphael,
do I understand correctly that e.g. Editing has a different markup than Review and thus only the mentioned <span> should be outputted?
Steffen
Updated by Raphael Weber almost 14 years ago
Yes, the first child of the div.x-grid3-cell-inner containing the text "Editing" is the span.t3-icon-empty. This element is missing, when the cell contains the text "Stage 1".
Here´s the complete Output taken from Firebug:
"Editing"¶
<div unselectable="on" class="x-grid3-cell-inner x-grid3-col-label_Stage" id="ext-gen118"><span class="t3-icon t3-icon-empty t3-icon-empty-empty"> </span>Editing<img class="x-action-col-icon x-action-col-0 " src="http://web3.playground.typo3-anbieter.de/typo3/gfx/clear.gif" alt=""><img ext:qtip="Send record to next Stage" class="x-action-col-icon x-action-col-1 t3-icon t3-icon-extensions t3-icon-extensions-workspaces t3-icon-workspaces-sendtonextstage " src="http://web3.playground.typo3-anbieter.de/typo3/gfx/clear.gif" alt=""></div>
"Stage 1"¶
<div unselectable="on" class="x-grid3-cell-inner x-grid3-col-label_Stage"><img ext:qtip="Send record to previous Stage" class="x-action-col-icon x-action-col-0 t3-icon t3-icon-extensions t3-icon-extensions-workspaces t3-icon-workspaces-sendtoprevstage " src="http://web3.playground.typo3-anbieter.de/typo3/gfx/clear.gif" alt="">Stage 1<img class="x-action-col-icon x-action-col-0 " src="http://web3.playground.typo3-anbieter.de/typo3/gfx/clear.gif" alt=""><img ext:qtip="Send record to next Stage" class="x-action-col-icon x-action-col-1 t3-icon t3-icon-extensions t3-icon-extensions-workspaces t3-icon-workspaces-sendtonextstage " src="http://web3.playground.typo3-anbieter.de/typo3/gfx/clear.gif" alt=""></div>
[web3.playground.typo3-anbieter.de -> Module: Workspace, Demo-Workspace -> Page: /Home/Customizing TYPO3/]
Updated by Steffen Gebert almost 14 years ago
Thanks, Raphael!
I will hand it back to the Workspaces Team to add the needed markup.
Updated by Steffen Gebert almost 14 years ago
- Tracker changed from Task to Bug
- Project changed from 1522 to 624
Updated by Tolleiv Nietsch almost 14 years ago
- Category set to Bugs
- Status changed from Needs Feedback to Accepted
- Target version set to 4.5 RC1
Updated by Sonja Schubert almost 14 years ago
- File 11574.patch 11574.patch added
- Status changed from Accepted to Needs Feedback
I attached a patch which adds the <span> empty-icon tag always as you requested.
But it's not solved, yet. In "non-hover" status the stages are on one line now, but in "hover" the stages "Stage 1" and so on are moving to the right to show the sendToPrev Button. Do you solve this via CSS now or did I get something wrong and we need something else in HTML markup?
Updated by Susanne Moog almost 14 years ago
- File 11574_v2.diff 11574_v2.diff added
- Status changed from Needs Feedback to Under Review
- Assignee changed from Steffen Gebert to Susanne Moog
Updated by Susanne Moog almost 14 years ago
- File 11574_v3.diff 11574_v3.diff added
Updated by Susanne Moog almost 14 years ago
- Status changed from Under Review to Resolved
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.5 RC1)