AJAX :: Adjacent Combo Boxes Take Space According To Their Data On Google Chrome

Aug 28, 2010

I have a page where I want to keep several combo boxes adjacent to each other. I have put them in divs that are floated left.

This works fine in IE, Firefox. But when I render the same page on Chrome I observe the uneven gap between combo boxes. Upon analysis I found out that each combo box is occupying space based on the data inside it.

This happens because on Safari and Chrome, the option list control is placed differently as compared to that on IE and Firefox.

Please see the following code from ComboBox.pre.js (in AjaxControlToolkit source/Server/)

[Code]....

This is how it looks:

I have tried doing the following but none of them helped:

Changed the RenderMode of combo box to 'block' from 'inline'Commented the lines above in combobox.pre.js
Basically, as per my study, unlike IE and FF, on Chrome, the outer combo box div occupies space as the width of absolutely placed ul present inside it which anyways doesn't seem to be a correct implementation.

View 2 Replies


Similar Messages:

Forms Data Controls :: Space In Text Boxes & Drop Down Lists / Text Boxes Gets A One Tab Spacing?

Jan 20, 2011

Using C# and SQL as the database.I have a page with a gridview and some text boxes and drop down list boxes. A user selects a record from the grid view I query the database and fill the text boxes and drop down list boxes.

Some fields get updated periodincally thus there is no data in those fields in the database until some time.

A strange thing happens.When filling data some text boxes gets a one tab spacing .

View 1 Replies

AJAX :: HoverMenuExtender Not Working In Google Chrome?

Jul 13, 2010

I have a GridView in which I have item,Edit ,Footer and Empty Item Template , and also a hovermenuextender to show Edit/Delete link on row hover. when my page opens if it doesn't have any data it show empty row , when user enters data and click on Add button it save's the data and load the grid. All works fine in IE and firefox but not in google Chrome.

After saving data in chrome all links stop working , but when i reload the page it workes fine if i remove the hovermenuextender it works fine in chrome also, So i think hovermenuextender creating problem in chrome when it's added at runtime(if empty grid comes hovermenuextender will be added after data saved)

View 2 Replies

AJAX :: Rich Text Editor In Google Chrome

Oct 12, 2010

I'm tring to put up a AjaxControlToolkit.HTMLEditor it works in all the browsers except Chrome

View 2 Replies

AJAX :: Validator Callout Extender For Cascading Dropdownlist In Google Chrome?

Aug 24, 2010

I wan to do a required field validation for the cascading dropdownlist . When my page first load out the validator is fired first in the google chrome, the callout extender message is prompt out first in the Google Chrome. I have tested the code in IE and safari, this two browsers never prompt out the validator callout first when the page is loaded.

i wonder why the google chrome will prompt out the validator when i validate the cascading dropdownlist. I have did some research on it, but failed to get any solution.

View 2 Replies

AJAX :: CalendarExtender Popup Position In Google Chrome After Page Scrolled Down

Jan 26, 2010

I'm having a problem with the CalendarExtender's position in Google Chrome (4.0.249.78 (36714)) when a page is scrolled down such that the scrollbar position is > 0

For example, if you use Chrome to goto:

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx

- Scroll down so that the "Calendar Demonstration" subheading is just below the top of the browser rendering area.

- Click the first TextBox labelled "Default Calendar"

- The CalendarExtender popup appears with it's top edge at the very top of the page instead of below the TextBox.

The same happens when you click on the 2nd TextBox or on the button trigger for the "Calendar with an associated button" example.

It seems that the "top" css value of the resuting popup div isn't being calculated with the scroll position taken into account. Running the same example in Firefox results in a "top" value of 391px, with the Chrome value being 273px.

View 1 Replies

AJAX :: Callout Extender Popups In Invalid Location In Google Chrome?

Aug 5, 2010

I have a text box in a page. I added RequiredFieldValidator and ValidatorCalloutExtender to that textbox

it works fine in IE and firefox ie, ValidatorCalloutExtender popups near to textbox.

But in Google chrome the ValidatorCalloutExtender popups far from textbox.

View 1 Replies

Web Forms :: Event Handling Of Dynamically Created Combo Boxes?

Jan 18, 2010

I am creating n number of Combo boxes dynamically at run time and adding a Handler of Combo1_SelectedIndexChanged() to the combo boxes.

At run time, When I select an item from one of the Combo boxes, the event fires n times rather than 1.

So for example : If there are 5 combos created, and I select an item from my first combo, the event Combo1_SelectedIndexChanged() , fires 5 times and that is an issue for me. How can I restrict this to run only for the combo that I selected.

View 1 Replies

Trying To Add Few White Spaces Between Two Text Boxes By Typing Space Bar?

Jul 18, 2010

In my ASP.NET application, I was trying to add few white spaces between two text boxes by typing space bar. The equivalent HTML source was instead of . So I just wanted to check: is this the new replacement for white space? If yes, why they changed?

View 3 Replies

WCF / ASMX :: How To Call Synchronous Service Call For Combo Boxes

Mar 29, 2010

How to call Synchronous service call for combo boxes? As I know Synchronous calls do not create a good user experience because the application is hung waiting for the Web service call to return. Then it is my requirement.

View 1 Replies

Onclick Go Into Sub - Not In Google Chrome?

Jun 30, 2010

I have a gridview, one column is a template field with an imagebutton, onclick it should go into the following sub, which it does in IE but not in google chrome. What could be the problem?

Protected Sub btnDetails_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs)

View 4 Replies

WebParts And Google Chrome

Oct 4, 2010

I started learning ASP.NET these days. Google Chrome is my default browser and I'm also testing my applications in Google Chrome.

I recognized that some Elements of ASP.NET won't run in real time when I use Chrome. For Example ASP.NET WebParts. If I change the modus of the WebPartManager from default to edit (or something else), Google Chrome needs 1 - 2 seconds to renew the page. Internet Explorer does this in real time without any loading times.

I'm a rookie in ASP.NET and many people said, Microsoft's AJAX for ASP.NET is some kind of crap.
I'm using Visual Studio 2010 and maybe you'll say, I should use jQuery instead of internal Features like WebParts.

View 1 Replies

MVC :: TempData Bug In Google Chrome?

Sep 10, 2010

So TempData works on my local machine in chrome, but not out on the server. It works fine in IE and firefox. I'm using the default Session State as InProc. I can see the cookie in chrome by looking at the developer tools.

View 4 Replies

Forms Data Controls :: GridView Paging, Controls Not Working In Google Chrome Or Safari?

Mar 16, 2010

I have a gridview within an updatepanel which allows paging and has a linkbutton that when clicked shows a modalpopup for editing records. This works fine in IE, Firefox, and Opera but I do not get a postback in Chrome or Safari?? I have other linkbuttons on the page that are within updatepanels but are not within gridviews that are working fine. I have scowered the web but cannot find a solution.

[code]....

View 6 Replies

Bug In Google Chrome - Dynamic Controls?

Jan 12, 2010

Has anyone had anyone problems with dynamic controls in Google Chrome?I tried the following code:

Sub Page_Load() Handles MyBase.Load

View 2 Replies

Web Forms :: No Caching In Google Chrome?

Feb 9, 2010

Does anyone know how to prevent caching of ASP.NET pages in Chrome? I tried using the following in the Page_Load event but it does not work:

Response.Cache.SetCacheability(HttpCacheability.NoCache);
//doesn't work in Chrome

View 6 Replies

Page Loads Twice In Google Chrome

Jan 5, 2010

Does anyone have any problems with Page_Load being executed twice in Google Chrome?
It's a short question, i do not know what else to explain...

I have a simple asp.net page and in Firefox and IE all it's working fine.
But in Chrome the Page_Load is fired twice...

Later EDIT:
- what is strange is that i have 4 repeaters... binded with random values. The random methods are twice fired (because of page loaded twice) but the repeaters takes the INITIALLY values...so, the 2nd post back is somehow raised after the rendering step.

3rd edit: It happens ONLY at the refresh!

Solution (in my case): There was an empty img src, and that was the cause

View 13 Replies

FileUpload Not Working In Google Chrome?

Apr 23, 2010

ASP.Net FileUpload not working in google chrome.It shows validation error,even after choosing right file type.

Here is a code :

<asp:FileUpload ID="FU1" runat="server" />
<asp:RegularExpressionValidator
id="FileUpLoadValidator" runat="server"
ErrorMessage="Upload jpg and gif only."
ValidationExpression="^(([a-zA-Z]:)|(\{2}w+)$?)(\(w[w].*))(.jpg|.JPG|.gif|.GIF)$"
ControlToValidate="FU1">
</asp:RegularExpressionValidator>

View 1 Replies

AJAX :: Ajaxcontroltoolkit Editor In Chrome And IE7.0 But In Chrome It Is Missing Paste Icon

Jan 6, 2010

i used Ajaxcontroltoolkit Editor with particular icons that is Bold,Italic.Underline and paste icons .

it is working fine in IE8.0,

In chrome it is missing paste icon

in IE7.0 the editor itself is not showing up

View 6 Replies

Web Forms :: Results Not Loaded In Google Chrome?

Dec 1, 2010

we have a multiLingual site. which is working fine in Others browsers but not in google chrome. In google chrome, reults are not Loaded. we are using using "AR" as Regioncode.

View 4 Replies

Web Forms :: Microsoft WebControls In Google Chrome?

Feb 10, 2011

It looks like WebControls do not work correctly in Google Chrome. I've researched this issue and found solution here but it does not work in my case. Maybe because our server is on .NET 4. Does anybody know how to make WebControls work in Chrome/Safari? Unfortunately changing WebControls to something else currently is not an option so I must find a work-around.

View 2 Replies

Web Forms :: Google Chrome Not Showing Sub Menu

Apr 19, 2010

i have one asp.net application which has menu bar and sub menu are Horizontal. in my IE browser itz working fine.. but in google chrome itz not showing the sub menu.

View 7 Replies

C# - Open Internet Explorer From Google Chrome

Mar 29, 2011

I currently developing a ASP.NET web application.

The application is designed for Google Chrome. I would like to pop out IE when printing is involved because Chrome lack preview etc. at a button click the IE should open. Here's the code:

protected void btn_print_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://localhost/storeapp/printpage.aspx?orderno=" + Request.QueryString["orderno"].ToString() + "");
}

Here I have passed a particular orderno to the URL. But when I click nothing happens. I have set IE as default web browser. Why is this?

View 2 Replies

On Change Event Not Fire In Google Chrome

Mar 25, 2010

I have a web application build on asp.net, the Textbox onchange event not working in chrome? On page load i wrote this code,

textbox1.Attributes.Add("onchange", "SetEditDataFlag();");

SetEditDataFlag() -- it is a javascript function. When I browse the application in chrome then this function is not called when i changed some value on the textbox.Its working properly in IE.

View 1 Replies

On Click Event Is Not Fire In Google Chrome

Mar 26, 2010

I am trying to fire the asp.net button click event from javascript. Its working fine in IE, but the same code is not working on Chrome, Here is the js code,

<script type= "text/javascript" language="javascript">
var btnSave = document.getElementById('btnSave');
btnSave.click();
alert("The changes are saved sucessfully!!");
</script>

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved