|
Replies:
8
-
Pages:
1
-
Last Post:
Mar 28, 2008 12:41 PM
Last Post By: p.mon
|
|
|
Posts:
1,636
Registered:
10/29/98
|
|
|
|
10.1.3.1 : Skip navigation elements to page contents
Posted:
Oct 23, 2006 1:20 AM
|
|
|
|
hi
If I create a simple JSF JSP page in "JDev 10.1.3.1 developer preview" and I "migrate" that to "JDev 10.1.3.1", that same page shows the message "Skip navigation elements to page contents".
This seems to be related tot the "design time CSS cache" (and skinning).
If you delete "WEB-INF\temp\adf\styles\cache\oracle-desktop-10_1_3_1_0-en-ie-6-windows-s.css" and reopen the page, the problem seems to be solved.
(*) about the versions
"JDev 10.1.3.1 developer preview" = Oracle JDeveloper Developer Preview Studio Edition Version 10.1.3.1.0.3914 : Build JDEVADF_10.1.3.1.0_NT_060807.1321.3914
"JDev 10.1.3.1" = JDeveloper Studio Edition Version 10.1.3.1.0.3984 : Build JDEVADF_10.1.3.1.0_NT_061009.1404.3984
(*) about the scenario
I created a simple JSPX document using the "Create JSF JSP wizard". On the "Create JSF JSP - Stef 4 of 5: Tag Libraries" panel I selected "ADF Faces Components <version>" and "ADF Faces HTML <version>". In "JDev 10.1.3" this version was "10_1_3_0_4", In "JDev 10.1.3.1 developer preview" and "JDev 10.1.3.1" this version was "10_1_3_1_0". I also added a PanelPage component from the "ADF Faces Core" component pallet.
(*) about migration
Migrating to another JDeveloper version is just opening the application (.jws file) in the new JDeveloper. I got an "Open Warning" that says "You are about to migrate the application <path>\JSFMigrationIssue.jws to JDeveloper version 10.1.3.1.0 file format. ..." where I answer "Yes" to the question "Do you want to migrate these files?". After that I get "Migration successfilly completed for the following file(s): ...".
regards
Jan Vervecken
|
|
|
Posts:
611
Registered:
01/10/01
|
|
|
|
Re: 10.1.3.1 : Skip navigation elements to page contents
Posted:
Oct 23, 2006 4:22 AM
in response to: Jan Vervecken (...
|
|
|
|
Jan,
I logged Bug 5616568 and I'm currently filling it in.
I'll let you know as soon as you'll be able to monitor it from MetaLink.
Regards,
Didier.
|
|
|
Posts:
611
Registered:
01/10/01
|
|
|
|
Re: 10.1.3.1 : Skip navigation elements to page contents
Posted:
Oct 23, 2006 12:08 PM
in response to: Didier Laurent
|
|
|
Jan,
I documented the issue in the following:
Migrating ADF Faces Applications to JDeveloper 10.1.3.1 Production (2)
Nothing more than what you describe above - I just added screenshots
Bug 5616568 (*) - MIGR: "SKIP NAVIGATION ELEMENTS TO PAGE CONTENTS"
Note 396255.1 (*) - ADF Faces Pages Migrated from JDev 10.1.3.1 Preview Displays Message: "Skip navigation elements to page contents"
(*) requires an account on MetaLink.
Regards,
Didier.
|
|
|
Posts:
1,636
Registered:
10/29/98
|
|
|
|
Re: 10.1.3.1 : Skip navigation elements to page contents
Posted:
Oct 23, 2006 12:33 PM
in response to: Didier Laurent
|
|
|
|
Thanks for your reply and for documenting this Didier.
regards
Jan
|
|
|
Posts:
54
Registered:
03/05/06
|
|
|
|
Re: 10.1.3.1 : Skip navigation elements to page contents
Posted:
Oct 24, 2006 12:32 AM
in response to: Jan Vervecken (...
|
|
|
|
thx didier, had same problem on my project - just wasnt able to express myself.
great work !
|
|
|
Posts:
611
Registered:
01/10/01
|
|
|
|
Re: 10.1.3.1 : Skip navigation elements to page contents
Posted:
Oct 24, 2006 12:39 AM
in response to: Susanne H.
|
|
|
|
Thanks for your feedback Susanne, but I just documented Jan's post.
All credits should go to Jan.
Regards,
Didier.
|
|
|
Posts:
23
Registered:
04/19/06
|
|
|
|
Re: 10.1.3.1 : Skip navigation elements to page contents
Posted:
Oct 25, 2006 7:55 AM
in response to: Jan Vervecken (...
|
|
|
|
Hello, deleting the css file solved design-time problem, but problem remains in runtime.
Initial view is rendered fine, but after onchange="submit();" on my choice, I have the same problem!
How to fix that?
Thanx
Vanja
|
|
|
Posts:
5
Registered:
10/29/98
|
|
|
|
Re: 10.1.3.1 : Skip navigation elements to page contents
Posted:
Jun 13, 2007 10:44 PM
in response to: vpetreski
|
|
|
|
Hi Vanja
I found that we were getting this error in firefox due to an incorrect entry in the skin file. (Note that this entry existed in the example skin we downloaded from Oracle)
There was an entry of the form
A:visited{font-family:arial; color:72007C; font-size: 11px; text-decoration: none;}
Note that the colour attribute is missing a # at the start
Once we changed the skin file to include the # (as shown below) the "skip navigation..." message no longer appeared in firefox.
A:visited{font-family:arial; color:#72007C; font-size: 11px; text-decoration: none;}
Regards,
Adrian.
|
|
|
Posts:
105
Registered:
03/28/08
|
|
|
|
Re: 10.1.3.1 : Skip navigation elements to page contents
Posted:
Mar 28, 2008 12:41 PM
in response to: adriand
|
|
|
|
I was receiving the "Skip navigation..." message after skinning my application w/the mycompany skin and deploying it to my 10.1.3.1 app server. I found the error in the css file as noted in the previous post in the line:
A:visited{font-family:arial; color:72007C; font-size: 11px; text-decoration: none;}
and changed it as instructed, but the "Skip navigation..." message still appeared. After some maddening debugging I found that removing the "font-size: 11px;" property from the above line fixed the problem. Anyone else experience this? Or does anyone have an explanation for this behavior?
Paul
|
|
|
|
Legend
|
|
Guru : 2500
- 1000000
pts
|
|
Expert : 1000
- 2499
pts
|
|
Pro : 500
- 999
pts
|
|
Journeyman : 200
- 499
pts
|
|
Newbie : 0
- 199
pts
|
|
Oracle ACE Director
|
|
Oracle ACE Member
|
|
Oracle Employee ACE
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|