-
```
What steps will reproduce the problem?
1. Open Firefox (3.6.10) or Chrome (7.0.517.8 dev) both in Linux
2. Create a page that has goog.dom loaded
3. Open a REPL and type
goog.dom.htmlToDocumentFr…
-
```
The regular expression /\s\xa0/ is used to recognize white spaces in
goog.string#trim and other functions.
But this expression doesn't match to many white space defined in ECMAScript 5th
in IE. …
-
```
What steps will reproduce the problem?
Fire off a request, for example in my case I was using
var io = new goog.net.IframeIo();
goog.events.listen(io, "success", function(){
// Handle stuff.…
-
```
What steps will reproduce the problem?
1. Add a subscriber that disposes a pubsub on an event
2. Publish the event
What is the expected output?
I expect the PubSub to finish handling subscribers…
-
```
It would be rather convenient if goog.events.BrowserEvent had a toString()
method defined (inside an "if (goog.DEBUG)" check) so that things like
mouseover events would be easier to log.
```
Orig…
-
```
What steps will reproduce the problem?
1. Attempt to use the serverchart.js to create a Map chart
(goog.ui.ServerChart.ChartType.MAPWORLD)
2. Can not specify the chart datalabels (chld) as no s…
-
```
What steps will reproduce the problem?
1. Run the unit tests in the attached file, containing four new tests that I
added: testBlockingDeferredThrowsError1, testBlockingDeferredThrowsError2,
te…
-
```
Closure Unit Tests - goog.dom.style [FAILED]
closure-
library.googlecode.com/svn/trunk/closure/goog/style/style_quirks_test.html
46 of 46 tests run in 127ms.
45 passed, 1 failed.
3 ms/test. 24 fil…
-
The following input:
```javascript
class C {
}
C.message = goog.msg("...");
```
gents is smart enough to not move this to a 'static' field, because that breaks goog.msg. However, that's no…
-
```
What steps will reproduce the problem?
--------------------------------------
1. Add this HTML to your document
2. Add a graphics object on page load to the "spectrum-…