Opened 14 years ago
Closed 13 years ago
#18000 closed defect (bug) (fixed)
Press This link (button) - RTL - Arabic
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | trivial | Version: | 3.2 |
Component: | RTL | Keywords: | has-patch |
Focuses: | Cc: |
Description
Hello,
Please check the attachment.
1- The current situation.
2- How it should look in RTL.
The button needs some padding + change background position.
Attachments (4)
Change History (13)
#1
@
14 years ago
- Cc joachim.kudish@… added
- Keywords has-patch added
- Owner set to jkudish
- Severity changed from normal to trivial
- Status changed from new to accepted
- Type changed from defect (bug) to enhancement
#2
@
14 years ago
Related: #17184
I think that the intentional non-RTL was for the old button. Doesn't seem like they added that line during the redesign.
#3
@
14 years ago
- Milestone changed from Awaiting Review to 3.3
Do we really need a new image? I think the padding is enough.
Also, when submitting patches, only include the .dev versions of css and js files, the commitor will re-minify it afterwards.
#4
@
14 years ago
yes it was necessary because otherwise the rest of the sprite shows up.
thanks for the tip with .dev versions, didn't know about that one. Is there a way to tell WP to load those up instead of the minified versions when testing?
#5
@
14 years ago
Just add define('SCRIPT_DEBUG', true);
to your wp-config file.
Oh, didn't know that it's a sprite, is the hand cursor be used? I don't think so.
#6
@
14 years ago
Thanks for the little define, didn't know about that one :)
I don't think it's used anymore anywhere. It may be a good idea to just change that image and it be universal (not just RTL)
#7
@
14 years ago
- Owner changed from jkudish to yoavf
- Status changed from accepted to assigned
- Type changed from enhancement to defect (bug)
This is actually a defect not an enhancement. I have no idea what I was thinking when didn't RTLize the press-this button in the previous release.
Anyway - attaching a refreshed and more complete patch - no need for a new image.
There previously was a note that said that press this was intentionally not RTLized, not sure why though, so I decide to provide a patch anyways...
Also attached is press-this-rtl.png which is the same icon, but without the sprite that the non-RTL version has (otherwise the little hand shows up on the button). Not sure what the hand is used for, so I chose to ommit it for RTL only.