User tests: Successful: Unsuccessful:
Pull Request for Issue #10800
Restore the static preview as an alternative to the pop over
Just a note here:
Apply this PR
edit administrator/components/com_content/models/forms/article.xml and replace the intro image field with:
<field
name="image_intro"
type="media"
label="COM_CONTENT_FIELD_INTRO_LABEL"
description="COM_CONTENT_FIELD_INTRO_DESC"
preview="true"
preview_width="300"
preview_height="300"
/>
edit an article and observe the changes!
PS for maintainers this also includes the #10788 which is already RTC
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Fields |
Rel_Number | 0 | ⇒ | 10800 |
Relation Type | ⇒ | Pull Request for |
This PR has received new commits.
CC: @brianteeman
Still missing some proper formatting (css)
This PR has received new commits.
CC: @brianteeman
I have tested this item
After applying the path the following tabs are all displayed on the same tab
Images and links
Associations
Options
Configure Edit Screen
Permissions
What do you think about showing the preview under field controls?
Usually we have label on the left side and controls on the right.
In the preview you've added when I'd like to change the image, controls are not on the same line and I have to look where the image is ending, eventually scroll down and then click.
This PR has received new commits.
CC: @brianteeman
This PR has received new commits.
CC: @brianteeman
I have tested this item
I have tested this item
https://ibin.co/2mC88rU83NKs.png
Status | Pending | ⇒ | Ready to Commit |
RTC.
@dgt41 should we close #10788 than? As this PR includes the code as per your comment?
Labels |
Added:
?
|
Milestone |
Added: |
Category | Fields | ⇒ | Media Manager Administration Components Templates (admin) JavaScript Templates (site) Front End Fields |
Re synced!
It was RTC but had merge conflicts which I just resolved. I don't know if new tests are needed
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-10-01 09:14:57 |
Closed_By | ⇒ | rdeutz |
Labels |
Removed:
?
|
I have tested this item? unsuccessfully on c9f4246
Assuming I tested this correctly this fails
With current staging I modified the intro_image field as described
Selected an image and observed it was displayed in a fixed preview
Applied patch
Observed the image was still displayed in a fixed preview but formatted differently
Selected a different image and that image was previewed AND the previous image.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10889.