Closed Bug 398705 Opened 17 years ago Closed 14 years ago

bizportal.co.il - unable to use the search feature

Categories

(Tech Evangelism Graveyard :: Hebrew, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: asafronit, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7

all pages within site are being shown cut - there is no way to scroll down to see the rest of the page.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Component: Hebrew → General
Product: Tech Evangelism → Firefox
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8) Gecko/2007091216 GranParadiso/3.0a8

Middle clicking in the page and using the mouse wheel enables scroll.  Up and down arrow keys also enable scroll.  Scrollbars are not shown.  Mouse wheel does not enable scroll.
The problem with the scrolling is their unnecessary CSS rule which meant to HIDE the scrollbar. Removing it solve this issue for me. 

<style type="text/css">
body {
  overflow: hidden; 
  }
[...]


asaf: Have you contacted them about this issue?
Status: UNCONFIRMED → NEW
Component: General → Hebrew
Ever confirmed: true
Product: Firefox → Tech Evangelism
OS: Windows XP → All
Hardware: PC → All
I believe that it was solved.
SEARCH feature doesn't work on FF, though. 
If anybody confirms, we should change the bug's title then.
This is the URL I get after trying to search for "MSFT" and getting back to the same page. Do you know if Internet Explorer redirect to a different URL?

http://www.bizportal.co.il/homepage.shtml?StrSeek=MSFT
Summary: can not scroll down all pages within site → bizportal.co.il - unable to use the search feature
(In reply to comment #6)
> IE redirects to
> http://www.bizportal.co.il/shukhahon/BizFindPHpMess.shtml?StrSeek=MSFT

... Which is the results page and also working with Gecko, so the problem is in the form itself. 

Here is the relevant function (/bizEngine/js/pageFunctions.js) -

function Search(){
        if ((srch.StrSeek.value!='') && (srch.StrSeek.value!='çôù ðééø òøê àå ëúáä'))           {
                srch.action="http://www.bizportal.co.il/shukhahon/BizFindPHpMess.shtml";
                srch.submit();
        }
return false;
}
with ff 3.6 in mac os x (10.6) this problem is not happening
Indeed. Previous search redirects to http://www.bizportal.co.il/shukhahon/BizFindPHpMess.shtml?StrSeek=msft

Marking as fixed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.