Project

General

Profile

Actions

Bug #58290

closed

no output for accessibility_bypass and accessibility_bypass_text

Added by Riccardo De Contardi about 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
Start date:
2014-04-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Step to reproduce
1. insert in page a content element, type "Special menu"
2. set it as "menu of selected pages"
3. edit the fields under "Accessibility":
- Add link to bypass navigation block
- Link text to bypass navigation block
4. view frontend
5. no output for these fields is shown

Actions #1

Updated by Markus Klein about 10 years ago

The menu is shown for me, but no bypass links. Is this the same behaviour you're getting?

Actions #2

Updated by Riccardo De Contardi about 10 years ago

Yeah, the same. As I wrote the field accessibility_bypass_text is not shown.
Apart from that, what is the use of the text "accessibility_bypass_text" (in accessibility terms?)

Actions #3

Updated by Markus Klein about 10 years ago

  • Status changed from New to Accepted
  • Priority changed from Should have to Must have

I've to search where this was/is used and what the fields are for. I never used this before.

Actions #4

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from next-patchlevel to 7.1 (Cleanup)
Actions #5

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from Accepted to Closed

I performed a test with 6.2.13 and 7 (latest master). In both the result is that the first menu item becomes an internal jump link to the first element after the menu, like this:

<ul class="csc-menu csc-menu-def">
 <li class="csc-nav-bypass"><a href="#c37">jump link</a></li>
 <li><a href="index.php?id=3" title="pagina numero 1">This is a page</a></li>
</ul>

If the menu is the only element in page there is no jump link.

So I close this.

Actions

Also available in: Atom PDF