#3510 closed defect (bug) (fixed)
RTE should not change links like http://www.example.com/#foo to #foo
| Reported by: | KevinJB | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.0.6 |
| Component: | General | Version: | 2.0.5 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
Description
Wordpress converts Link URLS like http://www.example.com/#foo to just #foo, but if you do something like http://www.example.com/index.html#foo it leaves it alone.
Not sure whether this is a feature (?) or a bug, asked in #wordpress on irc.freenode.net and no one there knew what it was
Change History (2)
#2
@
20 years ago
- Milestone 2.2 → 2.0.6
- Resolution → fixed
- Status new → closed
- Summary Link URL's with '#' are changed. → RTE should not change links like http://www.example.com/#foo to #foo
- Version → 2.0.5
Closing as FIXED, confirmed bug in 2.0.6-RC1, but found it fixed in latest devel builds
ENV: 2.0.5+ r4672 (2.0.6-RC2)
and trunk build
Created link in RTE to http://www.example.com/#foo and it is left unchanged.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks like this is a problem with TinyMCE, as it works just fine with the WYSIWYG editor turned off :)