Main Menu

html links not work

Started by Majid, July 12, 2008, 01:43:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Majid

when i choose arabic language, the links in html result pages not work.
I think that problem in !DOCTYPE line
thanks

Volker Dirr

#1
Hallo

i can't reproduce the bug. can you please write a little bit more detailed?

you open fet with arabic language?
what sample file did you take?

if you are working with your own dataset, please also check a sample file and maybe please also sent me your datafile or html output file.
You can sent it private to me. i will not publish it, but it help me searching the bug, because i am currently not able to reproduce it.

Majid

#2
Hello,
I test "sample_Arabic_althagher_1.fet" from FET sample inputs
I discovered that problem occur when the html page contain (dir="rtl") in <html> tags like this:
<html dir="rtl">
but i can't fix it
thank you

Volker Dirr

i also checked that sample.
all links are working in my browsers (firefox and konquerer)

i also check the html source of the teachers timetable with the w3c validator again. that code is fine.

maybe i checked not the buggy file. Which timetable is incorrect (teacher days vertical ? or ???)

maybe you use an old web browser that has a bug?
What web browser do you use (version)? Maybe you can check it with an other or newer web browser?

Majid

My web browser is Microsoft Internet Explorer v6.0.
but i test html page in Mozilla Firefox and links work correctly.
i also test links in Microsoft Internet Explorer v7.0 and all link worked correctly but "back to the top" link not work

Volker Dirr

ok. thank you for report.
but i am not sure what to do.

it look like it is an microsoft explorer bug.

of course it is possible to delete the <html dir="rtl">, but i don't want to to that, because:
- it is valide html source
- it is a requested feature by guys that write from right to left (if i delete that, then the tables or not written from right to left)

so i think it's better to keep that source. please use an other web browser.

maybe anyone has an better idea?