User tests: Successful: Unsuccessful:
Pull Request for Issue #19604 .
Change spacer's tooltip from tooltip to popover to match the other form fields.
Edit file \administrator\components\com_content\models\forms\article.xml
Change line 847 from:
<field
name="spacer1"
type="spacer"
hr="true"
/>
to:
<field
name="spacer1"
type="spacer"
label="Label"
description="This is a description"
/>
Log in the backend
Edit an article
Under Images and Links
, hover over Label
Tooltip as popover
Tooltip as tooltip
none
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC?
Relaunched Travis
This PR is now useless. popovers have been implemented since.
Closing.
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-20 09:56:16 |
Closed_By | ⇒ | infograf768 | |
Labels |
Added:
?
?
|
This PR is fine. Spacer does not have popovers in current staging.
reopening, but we have issues with tests in Travis.
Need to update test.
Labels |
Removed:
?
|
Category | Libraries | ⇒ | Libraries Unit Tests |
Labels |
Added:
?
|
I have tested this item
This issue is still closed on the Issue Tracker.
Status | Closed | ⇒ | Pending |
Closed_Date | 2018-11-20 09:56:16 | ⇒ | |
Closed_By | infograf768 | ⇒ | |
Labels |
Reopened as pending on Issues Tracker and relaunched Drone.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-12-01 18:08:41 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Works fine here.


before
after
Please correct JFormFieldSpacerTest.php (line 122) as Travis is not happy ;)