User tests: Successful: Unsuccessful:
Add width and height attributes for the modal window with defaults set to the original values of 800 x 500
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Libraries |
Easy | No | ⇒ | Yes |
1) BE --> Content --> Article --> New Article
2) 'Images & Links' Tab
3) klick on select
for the intro image
4) see the pop up.
5) apply the patch
6) repeat 1 to 4 again
7) see it is still the same popup
1) Step 1-7
2) go to \administrator\components\com_content\models\forms\article.xml arround Line 618
3) replace this:
<field
name="image_intro"
type="media"
label="COM_CONTENT_FIELD_INTRO_LABEL"
description="COM_CONTENT_FIELD_INTRO_DESC" />
with
<field
name="image_intro"
type="media"
height="200"
width="200"
label="COM_CONTENT_FIELD_INTRO_LABEL"
description="COM_CONTENT_FIELD_INTRO_DESC" />
4) try the same button again
5) see the new higth and width styled pop up.
I have just tested both ways successful. Thanks @ryandemmer
Success as able to confirm both simple testing and Advanced testing
Thanks @ryandemmer & Tobias
Status | Pending | ⇒ | Ready to Commit |
Thanks! RTC based on testing.
Labels |
Added:
?
|
Milestone |
Added: |
Milestone |
Added: |
Milestone |
Removed: |
Labels |
Added:
?
|
new function because some can set the width and the height of the iframe
Thanks @ryandemmer Merged with commit 8c276e into 3.5-dev.
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-17 08:49:39 |
Closed_By | ⇒ | roland-d |
Labels |
Removed:
?
|
Can you please add some test instructions so we can test this feature