Closed
Bug 275848
Opened 20 years ago
Closed 11 years ago
billings.mt.us - Displayed screen is missing some information.
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: skipgodfrey, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041223 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041223 Firefox/1.0+ The start page with this link is missing critical information that does appear when you use I.E. On the right-hand side of the page, down slightly, there are links to the Animal Shelter which let you select animal categories to view such as "Stray Dogs", "Adoptable Dogs", etc. Without these being shown, you can't view any of the animals in the shelter. I checked for Foxfire updates & also updated Java. Thanks very much - I LOVE Firefox. Skip Godfrey skipgodfrey@imt.net Reproducible: Always Steps to Reproduce: 1.execute URL - http://ci.billings.mt.us/Shelter/index.php 2. 3. Actual Results: Start page was displayed; information was incomplete. Expected Results: Links to animals in shelter, by category, should be displayed.
Comment 1•20 years ago
|
||
In Mozilla the source code abruptly ends with:
<img src="../images/footer/icc.gif" border="0" alt="Ideal Computer
Concepts"></a></div>
</td>
</tr>
</table>
</p> </td>
<td>
In IE, the trailing <td> actually opens a new cell containing the missing items.
But the <td> starts with
<link href="MainSite.css" rel="stylesheet" type="text/css">
Which may be breaking things. This can probably use a testcase.Assignee: firefox → nobody
Component: General → Layout
Keywords: qawanted
Product: Firefox → Core
QA Contact: firefox.general → core.layout
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
Some kind of browser sniffing problem - if I change my UA-string and lie that my browser is IE then I get the missing navbar to the right. BTW, the same problem occurs in Opera. -> TE
Assignee: nobody → english-us
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
Keywords: qawanted
OS: Windows XP → All
Product: Core → Tech Evangelism
QA Contact: core.layout → english-us
Hardware: PC → All
Summary: Displayed screen is missing some information. → billings.mt.us - Displayed screen is missing some information.
Version: Trunk → unspecified
Comment 3•11 years ago
|
||
This seems to work fine now Mozilla/5.0 (X11; Linux i686; rv:22.0) Gecko/20100101 SeaMonkey/2.19; Build ID: 20130628213754
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•